add acme config

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2021-05-03 11:39:51 +02:00
committed by Dietmar Maurer
parent 5bf9b0b0bb
commit cb67ecaddb
3 changed files with 487 additions and 0 deletions

View File

@ -16,6 +16,7 @@ use proxmox::try_block;
use crate::buildcfg;
pub mod acl;
pub mod acme;
pub mod cached_user_info;
pub mod datastore;
pub mod network;