File certbot-cli.ini.patch of Package certbot
Index: certbot-3.3.0/certbot/examples/cli.ini =================================================================== --- certbot-3.3.0.orig/certbot/examples/cli.ini +++ certbot-3.3.0/certbot/examples/cli.ini @@ -14,21 +14,47 @@ elliptic-curve = secp384r1 # Use a 4096 bit RSA key instead of 2048 rsa-key-size = 4096 +# To test you should use first the staging 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 to register with the specified e-mail address # email = foo@example.com +# Uncomment and update to generate certificates for the specified +# domains. +# domains = example.com, www.example.com + +# Uncomment to use a text interface instead of ncurses +# text = True + # Uncomment to use the standalone authenticator on port 80 # authenticator = standalone +# Uncomment to use preferred-challenges +# 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 +# standalone-supported-challenges = http +# preferred-challenges: +# If requested a non-wildcard-cert acme use http, if requested a wildcard-cert +# acme will 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 +# server = https://acme.sectigo.com/v2/InCommonRSAOV # eab-kid = somestringofstuffwithoutquotes # eab-hmac-key = yaddayaddahexhexnotquoted