mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Remove reference to old file in CONFIG
This commit is contained in:
parent
c1c6d24c32
commit
5026e92142
1 changed files with 0 additions and 3 deletions
|
|
@ -22,9 +22,6 @@ KEY_DIR = SERVER_ROOT + "ssl/"
|
|||
# Certificate storage
|
||||
CERT_DIR = SERVER_ROOT + "certs/"
|
||||
|
||||
# Used by openssl to sign challenge certificate with letsencrypt extension
|
||||
# No longer used
|
||||
#CHOC_CERT_CONF = CONFIG_DIR + "choc_cert_extensions.cnf"
|
||||
# Contains standard Apache SSL directives
|
||||
OPTIONS_SSL_CONF = CONFIG_DIR + "options-ssl.conf"
|
||||
# Let's Encrypt SSL vhost configuration extension
|
||||
|
|
|
|||
Loading…
Reference in a new issue