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
Because of bug letsencrypt/boulder#3335, it is recommended to let clients keep track of orders. However currently the orders generated in the auto mode cannot be tracked.
A simple callback in the options for the auto certificate registration could solve this.
After creating the order something like:
Could let the caller notify of the created order and store it as liked.
I am relative new to Let's Encrypt and the Acme protocol. So maybe this idea is just not the way to go. Can somebody with more experience shine a light on this?
I could of course create a pull request for this.
The text was updated successfully, but these errors were encountered:
Because of bug letsencrypt/boulder#3335, it is recommended to let clients keep track of orders. However currently the orders generated in the auto mode cannot be tracked.
A simple callback in the options for the auto certificate registration could solve this.
After creating the order something like:
Could let the caller notify of the created order and store it as liked.
I am relative new to Let's Encrypt and the Acme protocol. So maybe this idea is just not the way to go. Can somebody with more experience shine a light on this?
I could of course create a pull request for this.
The text was updated successfully, but these errors were encountered: