config.json 407 B

1234567891011121314151617
  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. }