mirror of https://github.com/breard-r/acmed.git
Browse Source
Allow accounts to be updated
Allow accounts to be updated
The previous strategy for accounts management on endpoints was to send an account creation request every time in order to retrieve the account URL. Although it works on most cases, the contact information or key update wasn't handled correctly. The only drawback of this new way of managing accounts is that, if the endpoints drops the account, ACMEd will fail to renew any certificate for this account on this endpoint. Previously, it would have simply created a new account. This should be fixed soon.pull/39/head
Rodolphe Breard
4 years ago
7 changed files with 146 additions and 23 deletions
-
29acmed/src/account.rs
-
4acmed/src/acme_proto.rs
-
63acmed/src/acme_proto/account.rs
-
26acmed/src/acme_proto/http.rs
-
4acmed/src/acme_proto/structs.rs
-
21acmed/src/acme_proto/structs/account.rs
-
22acmed/src/jws.rs
Write
Preview
Loading…
Cancel
Save
Reference in new issue