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

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()?;