You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ssl.conf 385B

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"