BirgerK / docker-apache-letsencrypt

This docker-image contains a simple Apache webserver and supports https-encryption by great Let's Encrypt certificates!
68 stars 47 forks source link

Adding staging environment #1

Closed markov00 closed 7 years ago

markov00 commented 7 years ago

During my test with this docker container I'm faced the rate-limit provided by Let's Encrypt, so I decided add a new STAGING environment that if set to true or any other non null string will set the --staging param on letsencrypt command. I think it's useful to test the creation of certificates during development

BirgerK commented 7 years ago

Yeah, good idea! And thanks for this PR.