link to the DNS API wiki for a little added convenience
parent
c53e0adc08
commit
f26524f15d
|
@ -38,7 +38,7 @@ export CF_Token="MY_SECRET_TOKEN_SUCH_SECRET"
|
||||||
export CF_Email="myemail@example.com"
|
export CF_Email="myemail@example.com"
|
||||||
```
|
```
|
||||||
|
|
||||||
In case you use another DNS service, check the `dnsapi` directory. Instructions for many DNS providers are already included. You can also find instructions on how to add another DNS service there, although that requires some software development skills.
|
In case you use another DNS service, check the `dnsapi` directory and [DNS API guide](https://github.com/acmesh-official/acme.sh/wiki/dnsapi). Instructions for many DNS providers are already included. You can also find instructions on how to add another DNS service there, although that requires some software development skills.
|
||||||
|
|
||||||
## Creating the certificate
|
## Creating the certificate
|
||||||
Now it's time to create the certificate for your domain:
|
Now it's time to create the certificate for your domain:
|
||||||
|
|
Loading…
Reference in New Issue