cf-letsencrypt
cf-letsencrypt copied to clipboard
Let's Encrypt wrapper for Cloud-Foundry
Hi Ben I am stuck with the certificates after successfully generating them. I have four files from letsencrypt but I am unsure how to proceed next with those files. 1....
Hi i got this error when execute the app following this tutorial : https://www.ibm.com/blogs/bluemix/2016/08/securing-custom-domains-lets-encrypt/ Certs not ready yet, retrying in 5 seconds. Certs not ready yet, retrying in 5 seconds....
The scripts should fetch the certificates for me. Watch the logs, once the certificate generation has completed, download them to the local machine and terminate the CF app (for cost...
Add support for Cloud Foundry Diego containers. Would need to detect if app is diego enabled, then change approach for checking/reading files as Diego removes the ``cf files`` command and...
Currently a single certificate will be created for all domains and hosts listed in the configuration file. It may be desirable to get a separate certificate for each domain if...
1. change VCAP_APP_PORT env to PORT as per Diego guidelines 2. change "cf files" command for certificate retrieval to "cf ssh" to match Diego migration guidelines