Separate crates for server and client binaries #1
@ -288,6 +288,7 @@ impl From<&Certificate> for CertInfo {
|
||||
.map(|arg| format!("-O {arg}"))
|
||||
.collect::<Vec<_>>()
|
||||
.join(" ");
|
||||
let opts = opts.trim();
|
||||
let renew_command = format!(
|
||||
"ssh-keygen -s ./ca_key {host_key} -I {} -n {} -V {validity_days}d {opts}",
|
||||
cert.key_id(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user