src/bin/proxmox-backup-manager.rs: add cli to generate proxy certificate

Without calling external openssl binary.
This commit is contained in:
Dietmar Maurer
2019-12-22 17:35:06 +01:00
parent 58e1051bc9
commit 550e0d8870
3 changed files with 159 additions and 2 deletions

View File

@ -4,7 +4,7 @@ use proxmox::api::list_subdirs_api_method;
mod tasks;
mod time;
mod network;
mod dns;
pub mod dns;
mod syslog;
mod journal;
mod services;