-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
efficientip: add insecure skip verify option (#2052)
Co-authored-by: Fernandez Ludovic <[email protected]>
- Loading branch information
1 parent
5af3c6c
commit 7186ebb
Showing
4 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ lego --email [email protected] --dns efficientip --domains my.example.org run | |
EFFICIENTIP_HOSTNAME = "Hostname (ex: foo.example.com)" | ||
EFFICIENTIP_DNS_NAME = "DNS name (ex: dns.smart)" | ||
[Configuration.Additional] | ||
EFFICIENTIP_INSECURE_SKIP_VERIFY = "Whether or not to verify EfficientIP API certificate" | ||
EFFICIENTIP_VIEW_NAME = "View name (ex: external)" | ||
EFFICIENTIP_POLLING_INTERVAL = "Time between DNS propagation check" | ||
EFFICIENTIP_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation" | ||
|