Remove superfluous spaces

master
Max 2021-11-28 02:15:05 +01:00
parent c51493db5c
commit f0528aa214
1 changed files with 4 additions and 4 deletions

@ -21,13 +21,13 @@ Q&A:
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
acme.sh --issue -d example.com --dns dns_cf --server letsencrypt
```
3. What if I don't like this change? I want to stick to letsencrypt?
Yes, sure. You can `--set-default-ca` now or any time you like. Then acme.sh will always use the default ca you set:
```
acme.sh --set-default-ca --server letsencrypt
acme.sh --set-default-ca --server letsencrypt
```
If you set the default CA, acme.sh will respect your choice first. It will always use this default ca in the future, no matter in `v2.*`, `v3.*` or any future `v4.*`.
@ -43,14 +43,14 @@ Q&A:
You can also issue certs as normal [See how to issue a cert](https://github.com/acmesh-official/acme.sh/wiki/How-to-issue-a-cert):
```
acme.sh --issue -d example.com --dns dns_cf
acme.sh --issue -d example.com --dns dns_cf
```
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:
```
acme.sh --issue -d example.com --dns dns_cf --server letsencrypt
acme.sh --issue -d example.com --dns dns_cf --server letsencrypt
```