mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-18 07:13:48 +01:00
Ability to provide extra curl options
In some situations it might be necessary to pass extra commands to the curl binary, e.g. proxy authentication credentials. Adds the CURL_OPTS config option.
This commit is contained in:
committed by
Lukas Schauer
parent
ba31a505d2
commit
bd57777c62
@@ -54,6 +54,9 @@
|
||||
# Path to openssl config file (default: <unset> - tries to figure out system default)
|
||||
#OPENSSL_CNF=
|
||||
|
||||
# Extra options passed to the curl binary (default: <unset>)
|
||||
#CURL_OPTS=
|
||||
|
||||
# Program or function called in certain situations
|
||||
#
|
||||
# After generating the challenge-response, or after failed challenge (in this case altname is empty)
|
||||
|
||||
Reference in New Issue
Block a user