Refactored the argument and the code to use --domain instead of --domains, which was semantically incorrect

This commit is contained in:
Joona Hoikkala
2015-11-10 12:29:08 +02:00
parent 096c689fba
commit 3074ef996a
4 changed files with 11 additions and 10 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ common() {
"$@"
}
common --domains le1.wtf --standalone-supported-challenges tls-sni-01 auth
common --domains le2.wtf --standalone-supported-challenges http-01 run
common --domain le1.wtf --standalone-supported-challenges tls-sni-01 auth
common --domain 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" \