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

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"