mirror of https://github.com/breard-r/acmed.git
Browse Source
If several certificates uses the same account and this account doesn't exists yet, they will both try to create it, resulting in a race condition. This commit solves the problem by creating the account key pair at startup. Account creation on the endpoint is not subject to a race condition since the request does not differ from the one used to retrieve the account id. Fix #3pull/5/head
Rodolphe Breard
5 years ago
3 changed files with 21 additions and 12 deletions
Loading…
Reference in new issue