mirror of
https://github.com/curl/curl.git
synced 2026-05-30 07:07:30 +03:00
changed the PEM path
This commit is contained in:
parent
d934890c1e
commit
822f02313d
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue