From a2eb524b1169b0be67ad4c0286c667913ef80f79 Mon Sep 17 00:00:00 2001 From: Xu Yangjie Date: Fri, 22 Jul 2022 17:22:53 +0800 Subject: [PATCH] Fix wrong param --- ipcert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipcert.md b/ipcert.md index 32ad78c..26028a5 100644 --- a/ipcert.md +++ b/ipcert.md @@ -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