mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
changed the PEM path
This commit is contained in:
parent
d934890c1e
commit
822f02313d
@ -43,7 +43,7 @@ do {
|
|||||||
|
|
||||||
my $path = `pwd`;
|
my $path = `pwd`;
|
||||||
chomp $path;
|
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) {
|
if($verbose) {
|
||||||
print "$cmd\n";
|
print "$cmd\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user