Refactor --domain flag back to -- domains

This commit is contained in:
Joona Hoikkala
2015-11-12 16:53:40 +02:00
parent 3b8d6ec58b
commit 56f21e1d35
4 changed files with 12 additions and 12 deletions
@@ -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