mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 00:35:03 +02:00
Refactor --domain flag back to -- domains
This commit is contained in:
@@ -18,7 +18,7 @@ letsencrypt_test_nginx () {
|
||||
"$@"
|
||||
}
|
||||
|
||||
letsencrypt_test_nginx --domain nginx.wtf run
|
||||
letsencrypt_test_nginx --domains nginx.wtf run
|
||||
echo | openssl s_client -connect localhost:5001 \
|
||||
| openssl x509 -out $root/nginx.pem
|
||||
diff -q $root/nginx.pem $root/conf/live/nginx.wtf/cert.pem
|
||||
|
||||
Reference in New Issue
Block a user