From 4226a7f179a577a9d0e4d4611e6949c8f89c161e Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 25 Oct 2021 14:10:04 +0800 Subject: [PATCH] Updated ipcert (markdown) --- ipcert.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ipcert.md b/ipcert.md index fc17910..32ad78c 100644 --- a/ipcert.md +++ b/ipcert.md @@ -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 -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.