Expand the designated signers to user ID, email, and domain queries.
- This allows one to require a signature from sequoia-pgp.org, for example. - See #248.
This commit is contained in:
parent
16941dea66
commit
bfdd0a9558
@ -109,7 +109,7 @@ pub struct Command {
|
||||
pub signatures: Option<usize>,
|
||||
|
||||
#[command(flatten)]
|
||||
pub signers: CertDesignators<CertFileArgs,
|
||||
pub signers: CertDesignators<FileCertUserIDEmailDomainArgs,
|
||||
SignerPrefix,
|
||||
OptionalValue,
|
||||
ToVerifyDoc>,
|
||||
|
@ -70,7 +70,7 @@ inline.
|
||||
pub signature: Option<String>,
|
||||
|
||||
#[command(flatten)]
|
||||
pub signers: CertDesignators<CertFileArgs,
|
||||
pub signers: CertDesignators<FileCertUserIDEmailDomainArgs,
|
||||
SignerPrefix,
|
||||
OptionalValue,
|
||||
ToVerifyDoc>,
|
||||
|
@ -126,7 +126,7 @@ pub struct Command {
|
||||
pub signatures: usize,
|
||||
|
||||
#[command(flatten)]
|
||||
pub signers: CertDesignators<CertFileArgs,
|
||||
pub signers: CertDesignators<FileCertUserIDEmailDomainArgs,
|
||||
SignerPrefix,
|
||||
OptionalValue,
|
||||
ToVerifyDoc>,
|
||||
|
Loading…
Reference in New Issue
Block a user