mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
does dns work?
This commit is contained in:
@@ -44,9 +44,9 @@ python_server_pid=$!
|
||||
common --domains le2.wtf --preferred-challenges http-01 run
|
||||
kill $python_server_pid
|
||||
|
||||
common certonly -a manual -d le.wtf --rsa-key-size 4096 \
|
||||
--manual-auth-hook ./tests/manual-http-auth.sh \
|
||||
--manual-cleanup-hook ./tests/manual-http-cleanup.sh
|
||||
# common certonly -a manual -d le.wtf --rsa-key-size 4096 \
|
||||
# --manual-auth-hook ./tests/manual-http-auth.sh \
|
||||
# --manual-cleanup-hook ./tests/manual-http-cleanup.sh
|
||||
|
||||
common certonly -a manual -d dns.le.wtf --preferred-challenges dns-01 \
|
||||
--manual-auth-hook ./tests/manual-dns-auth.sh
|
||||
|
||||
Reference in New Issue
Block a user