Add OpenSSH certificate signing path
This commit is contained in:
parent
e145bb47cd
commit
91c65e367d
9 changed files with 160 additions and 13 deletions
|
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue