8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cfeaec commit 967a4b0Copy full SHA for 967a4b0
src/test/ssl/ServerSetup.pm
@@ -102,7 +102,7 @@ sub switch_server_cert
102
103
open my $sslconf, '>', "$pgdata/sslconfig.conf";
104
print $sslconf "ssl=on\n";
105
- print $sslconf "ssl_ca_file='root+client_ca.crt'\n";
+ print $sslconf "ssl_ca_file='$cafile.crt'\n";
106
print $sslconf "ssl_cert_file='$certfile.crt'\n";
107
print $sslconf "ssl_key_file='$certfile.key'\n";
108
print $sslconf "ssl_crl_file='root+client.crl'\n";
0 commit comments