ibmjstart / bluemix-letsencrypt

Let's Encrypt wrapper for Cloud Foundry apps on IBM Bluemix
MIT License
36 stars 15 forks source link

Wait for filesystem to be available #31

Closed suhlig closed 5 years ago

suhlig commented 5 years ago

Sometimes the filesystem of the container is not immediately available after the app start. This change introduces a five second wait so that there is a better chance to fetch the certificates via ssh.

lmsurpre commented 5 years ago

I don't remember needing this, but havn't run it in a while so I'll take your word for it. PR accepted.