From 465de8b91e0a8bc4561b389535a046baccd46c78 Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 13 Dec 2020 15:25:00 +0800 Subject: [PATCH] Created ipcert (markdown) --- ipcert.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ipcert.md diff --git a/ipcert.md b/ipcert.md new file mode 100644 index 0000000..2fd5535 --- /dev/null +++ b/ipcert.md @@ -0,0 +1,13 @@ +Just use ip as the `-d` parameter: + +``` +acme.sh --issue -d 1.1.1.1 --w /etc/apachet/xxxxxx +``` + +As the rfc 8738 requires: https://tools.ietf.org/html/rfc8738 + +If the ip address can not be validated by dns methods. Only http/webroot and alpn methods are allowded. + + + +