config.json 789 B

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