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
LetsEncrypt limits the number of certificates that can be consecutively generated for the same domain. If full integration tests, that generated SSL certs, are repeatedly run (or if the entire build process is run for some other reason), then this causes an error. As a temporary fix, we break out the routine from make build to a separate make ssl, but a better approach would be to check if certificates exist in the secrets volume before trying to regenerate them.
The text was updated successfully, but these errors were encountered:
LetsEncrypt limits the number of certificates that can be consecutively generated for the same domain. If full integration tests, that generated SSL certs, are repeatedly run (or if the entire build process is run for some other reason), then this causes an error. As a temporary fix, we break out the routine from
make build
to a separatemake ssl
, but a better approach would be to check if certificates exist in thesecrets
volume before trying to regenerate them.The text was updated successfully, but these errors were encountered: