mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-07 15:12:10 +08:00
Fix wrong param
@@ -1,7 +1,7 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user