mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:31:51 +02:00
Merge branch 'master' into report_csr_expiry
This commit is contained in:
@@ -27,30 +27,14 @@ common() {
|
|||||||
"$@"
|
"$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
# TODO: boulder#985
|
common --domains le1.wtf --standalone-supported-challenges dvsni auth
|
||||||
common_dvsni() {
|
common --domains le2.wtf --standalone-supported-challenges simpleHttp run
|
||||||
common \
|
common -a manual -d le.wtf auth
|
||||||
--standalone-supported-challenges dvsni \
|
|
||||||
--dvsni-port 5001 \
|
|
||||||
--simple-http-port 0 \
|
|
||||||
"$@"
|
|
||||||
}
|
|
||||||
common_http() {
|
|
||||||
common \
|
|
||||||
--standalone-supported-challenges simpleHttp \
|
|
||||||
--dvsni-port 0 \
|
|
||||||
--simple-http-port ${SIMPLE_HTTP_PORT:-5001} \
|
|
||||||
"$@"
|
|
||||||
}
|
|
||||||
|
|
||||||
common_dvsni --domains le1.wtf auth
|
|
||||||
common_http --domains le2.wtf run
|
|
||||||
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" \
|
||||||
OPENSSL_CNF=examples/openssl.cnf
|
OPENSSL_CNF=examples/openssl.cnf
|
||||||
./examples/generate-csr.sh le3.wtf
|
./examples/generate-csr.sh le3.wtf
|
||||||
common_dvsni auth --csr "$CSR_PATH" \
|
common auth --csr "$CSR_PATH" \
|
||||||
--cert-path "${root}/csr/cert.pem" \
|
--cert-path "${root}/csr/cert.pem" \
|
||||||
--chain-path "${root}/csr/chain.pem"
|
--chain-path "${root}/csr/chain.pem"
|
||||||
openssl x509 -in "${root}/csr/0000_cert.pem" -text
|
openssl x509 -in "${root}/csr/0000_cert.pem" -text
|
||||||
|
|||||||
Reference in New Issue
Block a user