Вы не можете выбрать более 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"