Add OpenSSH certificate signing path
This commit is contained in:
parent
e145bb47cd
commit
91c65e367d
9 changed files with 160 additions and 13 deletions
|
|
@ -151,6 +151,7 @@ pub enum ControlRequest {
|
|||
valid_for: Option<String>,
|
||||
serial: Option<u64>,
|
||||
out: Option<PathBuf>,
|
||||
sign: bool,
|
||||
subject: Option<String>,
|
||||
},
|
||||
SshCertImport {
|
||||
|
|
|
|||
Loading…
Reference in a new issue