Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- # 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.
-
- # 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 = email@domain.com
-
- # Uncomment and update to generate certificates for the specified
- # domains.
- domains = {{ domain }}
-
- # Uncomment to use a text interface instead of ncurses
- text = True
-
- # Uncomment to use the standalone authenticator on port 443
- authenticator = standalone
|