mirror of
https://github.com/instant-labs/instant-acme.git
synced 2025-02-16 13:22:04 +00:00
epoxide: retry ACME provisioning
This commit is contained in:
parent
0060778f15
commit
d4b617cce7
@ -14,10 +14,11 @@ use serde::{Deserialize, Serialize};
|
||||
mod types;
|
||||
use types::{
|
||||
AccountCredentials, Challenge, DirectoryUrls, Empty, FinalizeRequest, Header, JoseJson, Jwk,
|
||||
KeyAuthorization, KeyOrKeyId, OrderState, Problem, SigningAlgorithm,
|
||||
KeyAuthorization, KeyOrKeyId, Problem, SigningAlgorithm,
|
||||
};
|
||||
pub use types::{
|
||||
Authorization, ChallengeType, Error, Identifier, LetsEncrypt, NewAccount, NewOrder, OrderStatus,
|
||||
Authorization, ChallengeType, Error, Identifier, LetsEncrypt, NewAccount, NewOrder, OrderState,
|
||||
OrderStatus,
|
||||
};
|
||||
|
||||
pub struct Order {
|
||||
|
Loading…
Reference in New Issue
Block a user