Updated Server (markdown)

master
neil 2020-08-12 21:26:36 +08:00
parent 38a070b8e0
commit 42c24e10a1
1 changed files with 1 additions and 1 deletions

@ -40,7 +40,7 @@ acme.sh --issue --server zerossl -d example.com --dns dns_cf
There is a way to change the default CA: There is a way to change the default CA:
``` ```
acme.sh --set-default-ca zerossl acme.sh --set-default-ca --server zerossl
``` ```
From now on, you will issue cert from `zerossl` without `--server` parameters. From now on, you will issue cert from `zerossl` without `--server` parameters.