Fixed wrong path for issuer cert
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
20ed493e31
commit
43667bc6cf
@ -69,7 +69,7 @@ async fn main() {
|
||||
let list = List::fetch().unwrap();
|
||||
|
||||
let base_cert_dir = "/etc/nginx/certs/";
|
||||
let issuer_hash = get_hash_from_cert("./issuer.pem");
|
||||
let issuer_hash = get_hash_from_cert("/root/issuer.pem");
|
||||
let mut ovh_client = OVHClient {
|
||||
app_key: env::var("OVH_APP_KEY")
|
||||
.expect("Missing key value 'OVH_APP_KEY'."),
|
||||
|
Loading…
Reference in New Issue
Block a user