feat: pgp card make

This commit is contained in:
2022-04-05 23:08:55 +08:00
parent ce0351a721
commit 02a9e72a8a
3 changed files with 169 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ mod cmd_pgpcardadmin;
mod cmd_pgpcardlist;
mod cmd_pgpcardsign;
mod cmd_pgpcarddecrypt;
mod cmd_pgpcardmake;
mod cmd_piv;
mod cmd_pivsign;
mod cmd_chall;
@@ -49,6 +50,7 @@ fn inner_main() -> CommandError {
Box::new(cmd_pgpcardlist::CommandImpl),
Box::new(cmd_pgpcardsign::CommandImpl),
Box::new(cmd_pgpcarddecrypt::CommandImpl),
Box::new(cmd_pgpcardmake::CommandImpl),
Box::new(cmd_piv::CommandImpl),
Box::new(cmd_pivsign::CommandImpl),
Box::new(cmd_u2fregister::CommandImpl),