diff --git a/proxmox-acme-api/src/lib.rs b/proxmox-acme-api/src/lib.rs index 1dbb512e..471d899f 100644 --- a/proxmox-acme-api/src/lib.rs +++ b/proxmox-acme-api/src/lib.rs @@ -9,6 +9,8 @@ pub use init::*; #[cfg(feature = "impl")] mod config; +#[cfg(feature = "impl")] +pub use config::{DEFAULT_ACME_DIRECTORY_ENTRY, KNOWN_ACME_DIRECTORIES}; #[cfg(feature = "impl")] mod challenge_schemas;