mirror of https://github.com/breard-r/acmed.git
Browse Source
Refactor the certificate key type management
Refactor the certificate key type management
The previous system used a duplicated enum (`acmed::certificate::Algorithm`) and an imprecise identifier name (algorithm) for both the certificate configuration and post operation hook variable. The first one has been replaced by the `acme_common::crypto::KeyType` enum and the second renames `key_type`.pull/39/head
Rodolphe Breard
4 years ago
10 changed files with 28 additions and 66 deletions
-
2CHANGELOG.md
-
1acme_common/src/crypto.rs
-
12acmed/src/acme_proto/certificate.rs
-
38acmed/src/certificate.rs
-
16acmed/src/config.rs
-
2acmed/src/hooks.rs
-
11acmed/src/main.rs
-
2acmed/src/main_event_loop.rs
-
2acmed/src/storage.rs
-
8man/en/acmed.toml.5
Write
Preview
Loading…
Cancel
Save
Reference in new issue