Updating omg.lol API variables
parent
c93862b7ba
commit
9c19976ae3
|
@ -2315,6 +2315,9 @@ Then, you can issue a certificate by executing:
|
|||
Please report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/5243)
|
||||
|
||||
<a name="dns_omglol"/>
|
||||
|
||||
## 170. Using the Omg.lol DNS API
|
||||
|
||||
1. Collect your API Key
|
||||
- Navigate to [https://home.omg.lol/account](https://home.omg.lol/account)
|
||||
- Log in (if not already logged in)
|
||||
|
@ -2323,8 +2326,8 @@ Please report any bugs or issues [here](https://github.com/acmesh-official/acme.
|
|||
|
||||
2. Export the following variables:
|
||||
```
|
||||
export omg_apikey="your_api_key" # as collected from your accounts page
|
||||
export omg_address="your_omg.lol_address" # Leading '@' not required
|
||||
export OMG_ApiKey="your_api_key" # as collected from your accounts page
|
||||
export OMG_Address="your_omg.lol_address" # Leading '@' not required
|
||||
```
|
||||
|
||||
3. Use the `acme.sh` command with the `--dns dns_omglol` parameter to issue your certificate. For example:
|
||||
|
|
Loading…
Reference in New Issue