Updated Change default CA to ZeroSSL (markdown)

Sascha Greuel
2021-06-16 02:22:42 +02:00
parent f55e67a67f
commit 231444fb25

@@ -19,7 +19,7 @@ Q&A:
2. Will I still be able to use letsencrypt then?
Yes, of cause. you are still free to use any supported CA with providing `--server` parameter.
Yes, of course. You are still free to use any supported CA with providing `--server` parameter.
```
acme.sh --issue -d example.com --dns dns_cf --server letsencrypt
```
@@ -46,7 +46,7 @@ Q&A:
acme.sh --issue -d example.com --dns dns_cf
```
The cert will be issued with the defualt CA [ZeroSSL](https://github.com/acmesh-official/acme.sh/wiki/ZeroSSL.com-CA)
The cert will be issued with the default CA [ZeroSSL](https://github.com/acmesh-official/acme.sh/wiki/ZeroSSL.com-CA)
You can also try with letsencrypt:
```