diff --git a/rust/pvsecret/src/cmd/create.rs b/rust/pvsecret/src/cmd/create.rs index 1beca523..203c65df 100644 --- a/rust/pvsecret/src/cmd/create.rs +++ b/rust/pvsecret/src/cmd/create.rs @@ -191,7 +191,7 @@ fn read_and_verify_hkds( return Err(anyhow!(msg)); } if certs.len() > 1 { - warn!("The host key document in '{hkd}' contains more than one certificate!") + warn!("The host key document in '{hkd}' contains more than one certificate! Only the first certificate will be used.") } // len is >= 1 -> unwrap will succeed