mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-13 19:52:12 +08:00
Updated dnsapi (markdown)
17
dnsapi.md
17
dnsapi.md
@@ -2931,6 +2931,23 @@ To issue a wildcard certificate, execute:
|
|||||||
The `GEOSCALING_Username` and `GEOSCALING_Password` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
|
The `GEOSCALING_Username` and `GEOSCALING_Password` will be saved in `~/.acme.sh/account.conf` and will be reused when needed.
|
||||||
Report bugs [at this issue](https://github.com/acmesh-official/acme.sh/issues/3969).
|
Report bugs [at this issue](https://github.com/acmesh-official/acme.sh/issues/3969).
|
||||||
|
|
||||||
|
## 144. Use fornex.com API
|
||||||
|
|
||||||
|
Get an API key in your fornex.com account page. Then
|
||||||
|
|
||||||
|
```sh
|
||||||
|
export FORNEX_API_KEY="Key"
|
||||||
|
```
|
||||||
|
|
||||||
|
To issue a cert, run command:
|
||||||
|
```sh
|
||||||
|
./acme.sh --issue --dns dns_fornex -d example.com
|
||||||
|
```
|
||||||
|
To issue a wildcard certificate, execute:
|
||||||
|
```sh
|
||||||
|
./acme.sh --issue --dns dns_fornex -d example.com -d '*.example.com'
|
||||||
|
```
|
||||||
|
|
||||||
# ##################
|
# ##################
|
||||||
# Use custom API
|
# Use custom API
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user