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
After testing succesfully against the staging area Letsencrypt addon refuses to update the
certificate when removing the acme_server staging url and reverting to the default (production) url.
For now I have solved it by removing the addon and reinstalling it. Redo configuration for production and run it again.
/ssl openssl x509 -in fullchain.pem -text | grep "Authority Information Access" -A 2
Authority Information Access:
OCSP - URI:http://r3.o.lencr.org
CA Issuers - URI:http://r3.i.lencr.org/
As a suggestion I think it would be a nice addition if you are to properly implement the option to use the --dry-run option to test before running the actual run to generate the valid certificate.
That should prevent issues like this and would not be to hard to implement IMHO, by adding a simple additional configuration parameter and adding the --dry-run parameter to the command line when testing is specified.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The problem
After testing succesfully against the staging area Letsencrypt addon refuses to update the
certificate when removing the acme_server staging url and reverting to the default (production) url.
Environment
Problem-relevant configuration
Production configuration:
Staging configuration
Traceback/Error logs
Additional information
Upon inspection of the certificate it can be seen that the certificate stems from the staging environment:
The text was updated successfully, but these errors were encountered: