-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing cert.pem and chain.pem #105
Comments
If you mount a volume like so: Hope that helps. |
Same issue opened before this #35 |
@janeczku any chance you could help us out? I am hoping that we can use rancher to generate the certificate which i will then use for non-standard ports by the container itself. Being able to present the certificate to the app directly is required. :( need my cert.pem. |
rancher-letsencrypt v0.4.0 with the HTTP challenge generates the following files:
However, apache < 2.4.8 requires
cert.pem
andchain.pem
for theSSLCertificateFile
andSSLCertificateChainFile
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
andchain.pem
files using rancher-letsencrypt?The text was updated successfully, but these errors were encountered: