1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

changed the PEM path

This commit is contained in:
Daniel Stenberg 2001-09-17 08:41:01 +00:00
parent d934890c1e
commit 822f02313d

View File

@ -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";