Updated ipcert (markdown)

master
neil 2021-10-25 14:10:04 +08:00
parent 24994992b1
commit 4226a7f179
1 changed files with 4 additions and 3 deletions

@ -1,12 +1,13 @@
Just use ip as the `-d` parameter: Just use the ip address as the `-d` parameter:
``` ```
acme.sh --issue -d 1.1.1.1 --w /etc/apachet/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
The ip address can not be validated by dns methods. Only http/webroot and alpn methods are allowded. The ip address can not be validated by dns methods.
Only http/webroot and alpn methods are allowed.