src/bin/proxmox-backup-api.rs: create cert here
This commit is contained in:
@ -32,8 +32,6 @@ async fn run() -> Result<(), Error> {
|
||||
bail!("unable to inititialize syslog - {}", err);
|
||||
}
|
||||
|
||||
config::update_self_signed_cert(false)?;
|
||||
|
||||
let _ = public_auth_key(); // load with lazy_static
|
||||
let _ = csrf_secret(); // load with lazy_static
|
||||
|
||||
|
Reference in New Issue
Block a user