File certbot-cli.ini.patch of Package certbot
Index: certbot/examples/cli.ini =================================================================== --- certbot/examples/cli.ini.orig +++ certbot/examples/cli.ini @@ -14,19 +14,44 @@ elliptic-curve = secp384r1 # Use a 4096 bit RSA key instead of 2048 rsa-key-size = 4096 -# Uncomment and update to register with the specified e-mail address +# For testing certbot you should make use of the 'staging/testing server' +# If everything is in order you must change back to production server. +# +# The staging/testing server +# server = https://acme-staging-v02.api.letsencrypt.org/directory + +# The production server. +server = https://acme-v02.api.letsencrypt.org/directory + +# Uncomment and update respectively to register with the specified e-mail address # email = foo@example.com +# Uncomment and update respectively to generate certificates for the specified +# domains. +# domains = www.example.com, example.com + +# Uncomment to use a text interface instead of ncurses +# text = True + # Uncomment to use the standalone authenticator on port 443 +# If you want to use port 53, you must use preferred-challenges = dns +# If you want to use port 80, you must use preferred-challenges = http +# If you want to use port 443, you must use preferred-challenges = tls-alpn-01 # authenticator = standalone +# standalone-supported-challenges = http +# +# For requesting a non-wildcard cert use http, for a wildcard cert use dns +# preferred-challenges = http,dns # Uncomment to use the webroot authenticator. Replace webroot-path with the # path to the public_html / webroot folder being served by your web server. # authenticator = webroot -# webroot-path = /usr/share/nginx/html +# webroot-path = /srv/www/htdocs # Uncomment to automatically agree to the terms of service of the ACME server # agree-tos = true +# agree-eula = True +# renew-by-default = True # An example of using an alternate ACME server that uses EAB credentials # server = https://acme.sectigo.com/v2/InCommonRSAOV