Add OpenSSH certificate signing path

This commit is contained in:
Eric Wendland 2026-05-19 15:56:47 +02:00
commit 91c65e367d
9 changed files with 160 additions and 13 deletions

View file

@ -151,6 +151,7 @@ pub enum ControlRequest {
valid_for: Option<String>,
serial: Option<u64>,
out: Option<PathBuf>,
sign: bool,
subject: Option<String>,
},
SshCertImport {