您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617181920
  1. # A list of certificates, separated by semicolons.
  2. # The domains in the certificate is separated by commas.
  3. domains="
  4. example.com:
  5. example.com,
  6. foo.example.com,
  7. bar.example.com,
  8. baz.example.com;
  9. example.net:
  10. example.net,
  11. foo.example.net,
  12. bar.example.com;"
  13. email="example@example.com"
  14. dryrun=0
  15. testcert=0
  16. precmd="systemctl stop nginx"
  17. postcmd="systemctl start nginx"