Separate crates for server and client binaries #1

Merged
shimun merged 28 commits from split_components into master 2023-07-09 19:27:21 +02:00
Showing only changes of commit 50ba6c9934 - Show all commits

View File

@ -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(),