Open
Description
Please report any bugs with the omg.lol DNS API here
A reminder of the usage directions.
- Collect your API Key
- Navigate to https://home.omg.lol/account
- Log in (if not already logged in)
- Scroll all the way to the bottom
- click the clipboard to copy your API key
- 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.
- Use the
acme.sh
command with the--dns dns_omglol
parameter to issue your certificate. For example:
./acme.sh --issue --dns dns_omglol --dnssleep 120 -d address.omg.lol -d *.address.omg.lol
If you are encountering an issue, please make sure you have run acme.sh with --debug 2, and be prepared to provide the output.
Note: the API key should never be disclosed to anyone else. The API intentionally suppresses it in debugging output. It will tell you it is doing this. Do not unsuppressed the API key in output you post anywhere.
Please do not, under any circumstances, include your API key in any bug report!