Add implementation of merge-certs command

This commit is contained in:
Paul Schaub 2024-09-17 22:43:50 +02:00
parent bd692c7309
commit a98afb1755
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
6 changed files with 116 additions and 0 deletions

View file

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