Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:frispete:15.2
certbot
certbot-cli.ini.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File certbot-cli.ini.patch of Package certbot
diff -Pdpru certbot-1.13.0.orig/certbot/examples/cli.ini certbot-1.13.0/certbot/examples/cli.ini --- certbot-1.13.0.orig/certbot/examples/cli.ini 2021-03-02 22:49:58.000000000 +0100 +++ certbot-1.13.0/certbot/examples/cli.ini 2021-03-04 10:06:06.642877485 +0100 @@ -14,19 +14,43 @@ 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 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 # authenticator = standalone +# 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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor