Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #135 from bird-house/doc-extra-requirements-for-le…
…tsencrypt-renew-job doc LetsEncrypt SSL renew job should be sourced after SSL_CERTIFICATE in env.local Found accidentally when manually harmonizing `env.local` produced by Vagrant with the template `env.local.example`. Vagrant automatic provisioning does the right thing to activate `renew_letsencrypt_ssl_cert_extra_job.env` after the redefined SSL_CERTIFICATE but if someone like me, manually re-order this, it will break. Fix the follow error, SSL_CERTIFICATE was set to /home/vagrant/certkey.pem. ``` + '[' -s /tmp/tmp_certbotwrapper_ssl_cert.pem ] + diff /home/vagrant/certkey.pem /tmp/tmp_certbotwrapper_ssl_cert.pem diff: can't stat '/home/vagrant/certkey.pem': No such file or directory + '[' 0 -eq 0 ] + cp -v /tmp/tmp_certbotwrapper_ssl_cert.pem /home/vagrant/certkey.pem cp: can't create '/home/vagrant/certkey.pem': No such file or directory ```
- Loading branch information