|
|
|
@ -11,13 +11,14 @@ |
|
|
|
"frontend_url":"admin.mydomain.net", //the frontend URL, if any (for CORS). Use "-" if none. |
|
|
|
"http_server_port":"80", //set to 80 if you aren't using a separate web server |
|
|
|
"https_server_port":"-", //set to "-" to disable HTTPS (mainly useful for initial setup) |
|
|
|
"tls_cert_path":"/etc/ssl/cert.crt", |
|
|
|
"tls_key_path":"/etc/ssl/privkey.key", |
|
|
|
"tls_chain_path":"/etc/ssl/chain.crt", |
|
|
|
"tls_pem_path":"/etc/ssl/domain.pem", |
|
|
|
"tls_ca_path":"/etc/ssl/ca.crt", |
|
|
|
"tls_cert_path_prefix":"/etc/ssl/cert", |
|
|
|
"tls_key_path_prefix":"/etc/ssl/privkey", |
|
|
|
"tls_chain_path_prefix":"/etc/ssl/chain", |
|
|
|
"tls_pem_path_prefix":"/etc/ssl/domain", |
|
|
|
"tls_ca_path_prefix":"/etc/ssl/ca", |
|
|
|
"letsencrypt_validation_path":"-", //if "-", LEAPI handles this and you don't use a separate web server |
|
|
|
"renew_allow_days":"70", |
|
|
|
"max_domains_per_cert":100, |
|
|
|
"reload_command":"systemctl reload leapi ; systemctl restart nginx", |
|
|
|
"check_port":"443", //the port/service to check to verify cert installation (https/imap/imaps/xmpp/ftp/smtp) |
|
|
|
"production":false, //if false, the staging LE server will be used. Set true to use the rate limited real server. |
|
|
|
|