mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
Refactored the argument and the code to use --domain instead of --domains, which was semantically incorrect
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user