config.json 588 B

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