mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:44:21 +02:00
Merge remote-tracking branch 'github/letsencrypt/master' into release
This commit is contained in:
@@ -29,14 +29,22 @@ common() {
|
|||||||
|
|
||||||
# TODO: boulder#985
|
# TODO: boulder#985
|
||||||
common_dvsni() {
|
common_dvsni() {
|
||||||
common --dvsni-port 5001 --simple-http-port 0 "$@"
|
common \
|
||||||
|
--standalone-supported-challenges dvsni \
|
||||||
|
--dvsni-port 5001 \
|
||||||
|
--simple-http-port 0 \
|
||||||
|
"$@"
|
||||||
}
|
}
|
||||||
common_http() {
|
common_http() {
|
||||||
common --dvsni-port 0 --simple-http-port ${SIMPLE_HTTP_PORT:-5001} "$@"
|
common \
|
||||||
|
--standalone-supported-challenges simpleHttp \
|
||||||
|
--dvsni-port 0 \
|
||||||
|
--simple-http-port ${SIMPLE_HTTP_PORT:-5001} \
|
||||||
|
"$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
common_dvsni --domains le1.wtf --standalone-supported-challenges dvsni auth
|
common_dvsni --domains le1.wtf auth
|
||||||
common_http --domains le2.wtf --standalone-supported-challenges simpleHttp run
|
common_http --domains le2.wtf run
|
||||||
common_http -a manual -d le.wtf auth
|
common_http -a manual -d le.wtf auth
|
||||||
|
|
||||||
export CSR_PATH="${root}/csr.der" KEY_PATH="${root}/key.pem" \
|
export CSR_PATH="${root}/csr.der" KEY_PATH="${root}/key.pem" \
|
||||||
|
|||||||
Reference in New Issue
Block a user