mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 00:35:03 +02:00
key is also in CHOC_DIR
This commit is contained in:
@@ -41,7 +41,7 @@ LimitRequestBody 1048576 \n \
|
||||
\n \
|
||||
Include " + OPTIONS_SSL_CONF + " \n \
|
||||
SSLCertificateFile " + getChocCertFile(nonce) + " \n \
|
||||
SSLCertificateKeyFile " + key + " \n \
|
||||
SSLCertificateKeyFile " + CHOC_DIR + key + " \n \
|
||||
\n \
|
||||
DocumentRoot " + CHOC_DIR + "challenge_page/ \n \
|
||||
</VirtualHost> \n\n "
|
||||
|
||||
Reference in New Issue
Block a user