config.json 816 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "loglevel": "info",
  3. "acme_dir": "/var/lib/acme",
  4. "named_key_path": "/run/named/session.key",
  5. "dns_server": "localhost",
  6. "acme_tool": "acmetool",
  7. "apache": {
  8. "vhosts_dir": "/etc/apache2/sites-enabled",
  9. "tlsa": false,
  10. "exclude_vhosts": [],
  11. "tlsa_exclude": []
  12. },
  13. "postfix": {
  14. "certificate_path": "/etc/postfix/localhost.crt",
  15. "key_path": "/etc/postfix/localhost.key",
  16. "tlsa": true,
  17. "tlsa_ports": [25, 465, 587]
  18. },
  19. "dovecot": {
  20. "certificate_path": "/usr/share/ssl/certs/dovecot.pem",
  21. "key_path": "/usr/share/ssl/private/dovecot.pem",
  22. "tlsa": true,
  23. "tlsa_ports": [993, 995]
  24. },
  25. "ejabberd": {
  26. "certificate_path": "/etc/ejabberd/ejabberd.pem",
  27. "key_path": "/etc/ejabberd/ejabberd.pem",
  28. "tlsa": true,
  29. "tlsa_ports": [5269, 5222]
  30. }
  31. }