Add Spaceship
parent
11b9a51937
commit
be70835ac3
26
dnsapi2.md
26
dnsapi2.md
|
@ -103,6 +103,7 @@
|
||||||
- [179. Use Area-7 DNS API](#dns_area7)
|
- [179. Use Area-7 DNS API](#dns_area7)
|
||||||
- [180. Use HestiaCP DNS API](#dns_hestiacp)
|
- [180. Use HestiaCP DNS API](#dns_hestiacp)
|
||||||
- [181. Use Netim DNS API](#dns_netim)
|
- [181. Use Netim DNS API](#dns_netim)
|
||||||
|
- [182. Use Spaceship DNS API](#dns_spaceship)
|
||||||
- [Use custom API](#dns_myapi)
|
- [Use custom API](#dns_myapi)
|
||||||
- [Use lexicon DNS API](#dns_lexicon)
|
- [Use lexicon DNS API](#dns_lexicon)
|
||||||
|
|
||||||
|
@ -2607,6 +2608,31 @@ To issue your certificate run:
|
||||||
```
|
```
|
||||||
Report bugs at https://github.com/acmesh-official/acme.sh/issues/6273
|
Report bugs at https://github.com/acmesh-official/acme.sh/issues/6273
|
||||||
|
|
||||||
|
<a name="dns_spaceship"/>
|
||||||
|
|
||||||
|
## 182. Use Spaceship DNS API
|
||||||
|
|
||||||
|
You need to generate an Spaceship API Key.
|
||||||
|
|
||||||
|
API Key Setup:
|
||||||
|
1. Log in to Spaceship account
|
||||||
|
2. Generate your API Key
|
||||||
|
|
||||||
|
Before running `acme.sh` script, you need to provide your user and secret:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
export SPACESHIP_API_KEY='Spaceship API Key'
|
||||||
|
export SPACESHIP_API_SECRET='Spaceship API Secret'
|
||||||
|
export SPACESHIP_ROOT_DOMAIN='(Optional) Manually specify the root domain if auto-detection fails'
|
||||||
|
```
|
||||||
|
|
||||||
|
To issue your certificate run:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
./acme.sh --issue --dns dns_spaceship -d example.domain.com
|
||||||
|
```
|
||||||
|
Report bugs at https://github.com/acmesh-official/acme.sh/issues/6304
|
||||||
|
|
||||||
<a name="dns_myapi"/>
|
<a name="dns_myapi"/>
|
||||||
|
|
||||||
## Use custom API
|
## Use custom API
|
||||||
|
|
Loading…
Reference in New Issue