選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

20 行
620 B

  1. # This is an example of the kind of things you can do in a configuration file.
  2. # All flags used by the client can be configured here. Run Certbot with
  3. # "--help" to learn more about the available options.
  4. # Use a 4096 bit RSA key instead of 2048
  5. rsa-key-size = 4096
  6. # Uncomment and update to register with the specified e-mail address
  7. #email = email@domain.com
  8. # Uncomment and update to generate certificates for the specified
  9. # domains.
  10. domains = {{ domain }}
  11. # Uncomment to use a text interface instead of ncurses
  12. text = True
  13. # Uncomment to use the standalone authenticator on port 443
  14. authenticator = standalone