feat: v1.10.20, add sign-jwt-soft
This commit is contained in:
@@ -43,6 +43,7 @@ mod cmd_se_generate;
|
||||
mod cmd_se_recover;
|
||||
mod cmd_signfile;
|
||||
mod cmd_signjwt;
|
||||
mod cmd_signjwtsoft;
|
||||
mod cmd_sshagent;
|
||||
mod cmd_sshparse;
|
||||
mod cmd_sshparsesign;
|
||||
@@ -131,6 +132,7 @@ fn inner_main() -> CommandError {
|
||||
Box::new(cmd_sshparse::CommandImpl),
|
||||
Box::new(cmd_pgpageaddress::CommandImpl),
|
||||
Box::new(cmd_signjwt::CommandImpl),
|
||||
Box::new(cmd_signjwtsoft::CommandImpl),
|
||||
Box::new(cmd_signfile::CommandImpl),
|
||||
Box::new(cmd_verifyfile::CommandImpl),
|
||||
#[cfg(feature = "with-secure-enclave")]
|
||||
|
||||
Reference in New Issue
Block a user