diff options
Diffstat (limited to 'website-run-through')
-rwxr-xr-x | website-run-through | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website-run-through b/website-run-through index d04ae9a..324619b 100755 --- a/website-run-through +++ b/website-run-through @@ -45,7 +45,7 @@ CA=root-ca openssl ca -batch -name root_ca \ SAN=DNS:test.local \ CN=test.local \ openssl req -new \ - -config etc/server.conf \ + -config etc/server-ssl.conf \ -out /tmp/nginx.csr \ -keyout /tmp/nginx.key |