mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Uncommented lines because CSS
This commit is contained in:
parent
4351d3d7ec
commit
b2c27df199
1 changed files with 6 additions and 6 deletions
|
|
@ -1,17 +1,17 @@
|
|||
# This is an example of the kind of things you can do in a configuration file
|
||||
|
||||
# Use a 4096 bit RSA key instead of 2048
|
||||
rsa-key-size = 4096
|
||||
|
||||
# Always use the staging/testing server
|
||||
server = https://acme-staging.api.letsencrypt.org/directory
|
||||
|
||||
# Uncomment and update to register with the specified e-mail address
|
||||
# email = foo@example.com
|
||||
|
||||
# Uncomment to use a text interface instead of ncurses
|
||||
# text = True
|
||||
|
||||
# Uncomment to use a 4096 bit RSA key instead of 2048
|
||||
# rsa-key-size = 4096
|
||||
|
||||
# Uncomment to always use the staging/testing server
|
||||
# server = https://acme-staging.api.letsencrypt.org/directory
|
||||
|
||||
# Uncomment to use the standalone authenticator on port 443
|
||||
# authenticator = standalone
|
||||
# standalone-supported-challenges = dvsni
|
||||
|
|
|
|||
Loading…
Reference in a new issue