oops
This commit is contained in:
parent
631d4d5280
commit
750aabc83c
|
@ -88,6 +88,7 @@ pub async fn generate_config(
|
||||||
for ca in &info.other_cas {
|
for ca in &info.other_cas {
|
||||||
cas += &String::from_utf8(hex::decode(&ca.cert)?)?;
|
cas += &String::from_utf8(hex::decode(&ca.cert)?)?;
|
||||||
}
|
}
|
||||||
|
cas += &String::from_utf8(hex::decode(&info.ca.cert)?)?;
|
||||||
|
|
||||||
let ks = keystore_init()?;
|
let ks = keystore_init()?;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue