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.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/sq/src/sq_cli.rs b/sq/src/sq_cli.rs
index a61a7a60..a050aa45 100644
--- a/sq/src/sq_cli.rs
+++ b/sq/src/sq_cli.rs
@@ -485,6 +485,14 @@ pub fn build() -> App<'static, 'static> {
.required(true)
.help("Adds the specified key or subkey to the \
certificate."))
+ .arg(Arg::with_name("allow-broken-crypto")
+ .value_name("ALLOW-BROKEN-CRYPTO")
+ .long("allow-broken-crypto")
+ .multiple(false)
+ .number_of_values(0)
+ .takes_value(false)
+ .help("Allows adopting keys from certificates \
+ using broken cryptography."))
.arg(Arg::with_name("certificate")
.value_name("CERT")
.required(true)