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

@ -142,6 +142,8 @@ pub struct SshCertApproval {
pub serial: Option<u64>,
pub output_path: Option<String>,
pub signing_command: Vec<String>,
pub signed: bool,
pub certificate_id: Option<SshCertId>,
pub note: String,
}