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