Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoona Hoikkala <joona@kuori.org>2015-11-12 17:53:40 +0300
committerJoona Hoikkala <joona@kuori.org>2015-11-12 17:53:40 +0300
commit56f21e1d35f82750b1cc8115a28182020c673acc (patch)
tree9a1b62bfbab38991ba2a95458ebd40d27cc24af6 /tests/boulder-integration.sh
parent3b8d6ec58b0b355a9c83439626cba5a60d416a19 (diff)
Refactor --domain flag back to -- domains
Diffstat (limited to 'tests/boulder-integration.sh')
-rwxr-xr-xtests/boulder-integration.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/boulder-integration.sh b/tests/boulder-integration.sh
index 97babb591..53996cd20 100755
--- a/tests/boulder-integration.sh
+++ b/tests/boulder-integration.sh
@@ -27,8 +27,8 @@ common() {
"$@"
}
-common --domain le1.wtf --standalone-supported-challenges tls-sni-01 auth
-common --domain le2.wtf --standalone-supported-challenges http-01 run
+common --domains le1.wtf --standalone-supported-challenges tls-sni-01 auth
+common --domains le2.wtf --standalone-supported-challenges http-01 run
common -a manual -d le.wtf auth
export CSR_PATH="${root}/csr.der" KEY_PATH="${root}/key.pem" \
@@ -40,7 +40,7 @@ common auth --csr "$CSR_PATH" \
openssl x509 -in "${root}/csr/0000_cert.pem" -text
openssl x509 -in "${root}/csr/0000_chain.pem" -text
-common --domain le3.wtf install \
+common --domains le3.wtf install \
--cert-path "${root}/csr/cert.pem" \
--key-path "${root}/csr/key.pem"