This commit is contained in:
core 2023-08-03 11:21:34 -04:00
parent 631d4d5280
commit 750aabc83c
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ pub async fn generate_config(
for ca in &info.other_cas {
cas += &String::from_utf8(hex::decode(&ca.cert)?)?;
}
cas += &String::from_utf8(hex::decode(&info.ca.cert)?)?;
let ks = keystore_init()?;