acmesh-official / acme.sh

A pure Unix shell script implementing ACME client protocol
https://acme.sh
GNU General Public License v3.0
39.46k stars 4.98k forks source link

Report bugs to omg.lol DNS API #5299

Open as-kholin opened 1 month ago

as-kholin commented 1 month ago

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