Commit 822f0231 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

changed the PEM path

parent d934890c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ do {

my $path = `pwd`;
chomp $path;
my $cmd = "$stunnel -p $path/data/stunnel.pem -P $path/.https.pid -d $port -r $http";
my $cmd = "$stunnel -p $path/stunnel.pem -P $path/.https.pid -d $port -r $http";

if($verbose) {
    print "$cmd\n";