Closed cz8s closed 8 years ago
@tuliocasagrande knows how to solve this.
@tuliocasagrande are you working on this ?
We kind of solved this problem when we created a persistent /storage
partition and saved the /etc/letsencrypt
folder inside of it.
However, before we could store a single letsencrypt certificate, we already had reached the limit. [1] So we need to wait until we get an available slot and we're not going to lose those certificates this time.
[1] https://community.letsencrypt.org/t/rate-limits-for-lets-encrypt/6769
there's a dirty, hacky workaround for this: if you add another subject alt name like foo.staging.pixelated-project.org, you can mitigate the rate-limit ;) I did this once playing with letsencrypt and running into the rate limit so you could give it try.
We successfully generated new certificates and saved them in /storage
partition. 🎉 🎉 🎉
when building staging, we get followin error: