Browse Source
Merge pull request #31 from magiclen/master
Fix the conflicts_with setting of the `acme-ext-file` option
pull/35/head
Rodolphe Bréard
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
tacd/src/main.rs
|
@ -98,7 +98,7 @@ fn main() { |
|
|
.help("File from which is read the acmeIdentifier extension to set in the self-signed certificate")
|
|
|
.help("File from which is read the acmeIdentifier extension to set in the self-signed certificate")
|
|
|
.takes_value(true)
|
|
|
.takes_value(true)
|
|
|
.value_name("FILE")
|
|
|
.value_name("FILE")
|
|
|
.conflicts_with("acme-ext-file")
|
|
|
|
|
|
|
|
|
.conflicts_with("acme-ext")
|
|
|
)
|
|
|
)
|
|
|
.arg(
|
|
|
.arg(
|
|
|
Arg::with_name("log-level")
|
|
|
Arg::with_name("log-level")
|
|
|