ACME: Difference between revisions

Tie-ling (talk | contribs)
fix formatting
Tie-ling (talk | contribs)
m update formatting
Line 12: Line 12:
The three key files and their location are
The three key files and their location are


* <code>sslServerCert = "/var/host.cert";</code> Path to server SSL
* <code>sslServerCert = "/var/host.cert";</code> Path to server SSL certificate. Located at <code>"${sslCertDir}/fullchain.pem"</code>.
certificate.
Located at <code>"${sslCertDir}/fullchain.pem"</code>.


* <code>sslServerChain = "/var/ca.pem";</code> Path to server SSL chain file.
* <code>sslServerChain = "/var/ca.pem";</code> Path to server SSL chain file. Located at <code>"${sslCertDir}/chain.pem"</code>.
Located at <code>"${sslCertDir}/chain.pem"</code>.


* <code>sslServerKey = "/var/host.key";</code> Path to server SSL
* <code>sslServerKey = "/var/host.key";</code> Path to server SSL certificate key. Located at <code>"${sslCertDir}/key.pem"</code>.
certificate key.
Located at <code>"${sslCertDir}/key.pem"</code>.


Beginning in late 2024, user @ThinkChaos started working on unifying
Beginning in late 2024, user @ThinkChaos started working on unifying