You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 saving).
The text was updated successfully, but these errors were encountered:
The log-watching approach is the same one we took in https://github.com/ibmjstart/bluemix-letsencrypt ...just keep in mind that CF Loggregator can be lossy and so make sure to have timeout in case the line(s) you're waiting for are mysteriously missing (shouldn't be common, but we've seen it).
What do you think about using the Python web server to handle all the comms with the service?
When pushing the app, we could set a random secret so that the session is secured. Then use either a websocket or polling to check status and even download the certificates.
This would also get around the DEA vs Diego issues, both can be treated the same.
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 saving).
The text was updated successfully, but these errors were encountered: