Implement certify-userid command

This commit is contained in:
Paul Schaub 2024-09-18 16:01:30 +02:00
parent 62d9cd1991
commit 158cf28412
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
6 changed files with 177 additions and 0 deletions

View file

@ -29,6 +29,7 @@ import sop.exception.SOPGPException
ExtractCertCmd::class,
UpdateKeyCmd::class,
MergeCertsCmd::class,
CertifyUserIdCmd::class,
// Messaging subcommands
SignCmd::class,
VerifyCmd::class,