Fix --dns location.

m31271n 2017-05-30 07:44:40 -05:00
parent dfc7e24efa
commit 1956559752

@ -40,7 +40,7 @@ docker run --rm -it \
#use dns mode
docker run --rm -it \
-v "$(pwd)/out":/acme.sh \
neilpang/acme.sh --issue -d example.com --dns
neilpang/acme.sh --issue --dns -d example.com
```
```sh