mirror of
https://github.com/instant-labs/instant-acme.git
synced 2025-02-16 05:12:09 +00:00
Proactively add other new fields
This commit is contained in:
parent
601330bc82
commit
eac4f43020
@ -356,7 +356,9 @@ pub(crate) struct DirectoryUrls {
|
||||
// The fields below were added later and old `AccountCredentials` may not have it.
|
||||
// Newer deserialized account credentials grab a fresh set of `DirectoryUrls` on
|
||||
// deserialization, so they should be fine. Newer fields should be optional, too.
|
||||
pub(crate) new_authz: Option<String>,
|
||||
pub(crate) revoke_cert: Option<String>,
|
||||
pub(crate) key_change: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Serialize)]
|
||||
|
Loading…
Reference in New Issue
Block a user