From 7b7c5b3fb56c603647e5370fc289db181cd4e133 Mon Sep 17 00:00:00 2001 From: Vincent Terraillon Date: Fri, 13 Aug 2021 08:33:29 +0200 Subject: [PATCH] Changed default CA to zerossl (fix). --- Server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server.md b/Server.md index 84dd047..bc0bd66 100644 --- a/Server.md +++ b/Server.md @@ -25,7 +25,7 @@ acme.sh --issue .... --server https://acme.zerossl.com/v2/DV90 ``` -For now, the default CA is `sslcom`. If you want to use another CA, you need to specify `--server` for each command. +For now, the default CA is `zerossl`. If you want to use another CA, you need to specify `--server` for each command. For example, if your want to use `letsencrypt` CA :