s/letsencrypt/certbot letsencrypt-nginx tests

This commit is contained in:
Brad Warren
2016-04-13 16:45:54 -07:00
parent e3aba30ec4
commit a43fac3277
68 changed files with 158 additions and 158 deletions
+4 -4
View File
@@ -11,14 +11,14 @@ store_flags="--config-dir $root/conf --work-dir $root/work"
store_flags="$store_flags --logs-dir $root/logs"
export root store_flags
letsencrypt_test () {
letsencrypt_test_no_force_renew \
certbot_test () {
certbot_test_no_force_renew \
--renew-by-default \
"$@"
}
letsencrypt_test_no_force_renew () {
letsencrypt \
certbot_test_no_force_renew () {
certbot \
--server "${SERVER:-http://localhost:4000/directory}" \
--no-verify-ssl \
--tls-sni-01-port 5001 \