cf-letsencrypt icon indicating copy to clipboard operation
cf-letsencrypt copied to clipboard

Let's Encrypt wrapper for Cloud-Foundry

Results 7 cf-letsencrypt issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

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...

enhancement
help wanted

Update to latest certbot and pip versions.

help wanted

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...

enhancement
help wanted

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