Fix wrong param
parent
3ff4755e9a
commit
a2eb524b11
|
@ -1,7 +1,7 @@
|
||||||
Just use the ip address as the `-d` parameter:
|
Just use the ip address as the `-d` parameter:
|
||||||
|
|
||||||
```
|
```
|
||||||
acme.sh --issue -d 1.1.1.1 --w /etc/apache/xxxxxx
|
acme.sh --issue -d 1.1.1.1 -w /etc/apache/xxxxxx
|
||||||
```
|
```
|
||||||
|
|
||||||
As the rfc 8738 requires: https://tools.ietf.org/html/rfc8738
|
As the rfc 8738 requires: https://tools.ietf.org/html/rfc8738
|
||||||
|
|
Loading…
Reference in New Issue