-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Description
rancher-letsencrypt v0.4.0 with the HTTP challenge generates the following files:
- fullchain.pem
- privkey.pem
- metadata.json
However, apache < 2.4.8 requires cert.pem
and chain.pem
for the SSLCertificateFile
and SSLCertificateChainFile
directives respectively: https://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslcertificatefile.
While rancher-letsencrypt doesn't provide these files (also mentioned in #35), the letsencrypt documentation states that letsencrypt does generate these files: http://letsencrypt.readthedocs.io/en/latest/using.html#where-are-my-certificates (also: https://community.letsencrypt.org/t/can-i-make-letsencrypt-auto-output-chain-pem-and-cert-pem-instead-of-fullchain-pem/14131).
Is there any way to access the cert.pem
and chain.pem
files using rancher-letsencrypt?
garceri, SashaSirotkin, leonkyneur, Eossu, radeno and 1 more
Metadata
Metadata
Assignees
Labels
No labels