diff --git a/dnsapi2.md b/dnsapi2.md index 0f933aa..90317dd 100644 --- a/dnsapi2.md +++ b/dnsapi2.md @@ -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) + +## 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: