forked from Proxmox/proxmox
acme-api: export ChallengeSchemaWrapper
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
cae2b556fa
commit
3aa07c117b
@ -15,7 +15,7 @@ pub use config::{DEFAULT_ACME_DIRECTORY_ENTRY, KNOWN_ACME_DIRECTORIES};
|
||||
#[cfg(feature = "impl")]
|
||||
mod challenge_schemas;
|
||||
#[cfg(feature = "impl")]
|
||||
pub use challenge_schemas::get_cached_challenge_schemas;
|
||||
pub use challenge_schemas::{ChallengeSchemaWrapper, get_cached_challenge_schemas};
|
||||
|
||||
#[cfg(feature = "impl")]
|
||||
mod account_config;
|
||||
|
Loading…
Reference in New Issue
Block a user