summaryrefslogtreecommitdiffstats
path: root/sq/src/sq_cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sq/src/sq_cli.rs')
-rw-r--r--sq/src/sq_cli.rs17
1 files changed, 17 insertions, 0 deletions
diff --git a/sq/src/sq_cli.rs b/sq/src/sq_cli.rs
index 272beb6e..d753604c 100644
--- a/sq/src/sq_cli.rs
+++ b/sq/src/sq_cli.rs
@@ -1221,6 +1221,23 @@ $ sq certify --time 20130721T0550+0200 neal.pgp ada.pgp ada
)]
pub expires_in: Option<String>,
#[clap(
+ long = "allow-not-alive-certifier",
+ help = "Don't fail if the certificate making the \
+ certification is not alive.",
+ long_help =
+ "Allows the key to make a certification even if \
+ the current time is prior to its creation time \
+ or the current time is at or after its expiration \
+ time.",
+ )]
+ pub allow_not_alive_certifier: bool,
+ #[clap(
+ long = "allow-revoked-certifier",
+ help = "Don't fail if the certificate making the \
+ certification is revoked.",
+ )]
+ pub allow_revoked_certifier: bool,
+ #[clap(
long = "private-key-store",
value_name = "KEY_STORE",
help = "Provides parameters for private key store",