mirror of
https://github.com/certbot/certbot.git
synced 2026-07-22 13:42:36 +02:00
The standalone authenticator doesn't use port 443, so the comment in the `cli.ini` example also shouldn't say so.
35 lines
1.3 KiB
INI
35 lines
1.3 KiB
INI
# This is an example of the kind of things you can do in a configuration file.
|
|
# All flags used by the client can be configured here. Run Certbot with
|
|
# "--help" to learn more about the available options.
|
|
#
|
|
# Note that these options apply automatically to all use of Certbot for
|
|
# obtaining or renewing certificates, so options specific to a single
|
|
# certificate on a system with several certificates should not be placed
|
|
# here.
|
|
|
|
# Use ECC for the private key
|
|
key-type = ecdsa
|
|
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
|
|
# email = foo@example.com
|
|
|
|
# Uncomment to use the standalone authenticator on port 80
|
|
# authenticator = standalone
|
|
|
|
# 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
|
|
|
|
# Uncomment to automatically agree to the terms of service of the ACME server
|
|
# agree-tos = true
|
|
|
|
# An example of using an alternate ACME server that uses EAB credentials
|
|
# server = https://acme.sectigo.com/v2/InCommonRSAOV
|
|
# eab-kid = somestringofstuffwithoutquotes
|
|
# eab-hmac-key = yaddayaddahexhexnotquoted
|