Skip to content

Report bugs to omg.lol DNS API #5299

Open
@as-kholin

Description

@as-kholin

Please report any bugs with the omg.lol DNS API here

A reminder of the usage directions.

  1. 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
  1. 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.
  1. 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!

Metadata

Metadata

Assignees

Labels

3rd party apireport bugs to dns api, deploy hooks and notification hooks

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions