mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Integration tests: standalone dvsni and simpleHttp.
This commit is contained in:
parent
509af11a92
commit
827c66c667
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ common() {
|
|||
"$@"
|
||||
}
|
||||
|
||||
common --domains le1.wtf auth
|
||||
common --domains le2.wtf run
|
||||
common --domains le1.wtf --standalone-supported-challenges dvsni auth
|
||||
common --domains le2.wtf --standalone-supported-challenges simpleHttp run
|
||||
common -a manual -d le.wtf auth
|
||||
common -a manual -d le.wtf --no-simple-http-tls auth
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue