Updating syntax highlighting for omg.lol

master
as-kholin 2024-10-04 17:52:14 -05:00
parent d021d45a01
commit 8b24f26c5c
1 changed files with 2 additions and 2 deletions

@ -2325,14 +2325,14 @@ Please report any bugs or issues [here](https://github.com/acmesh-official/acme.
- click the clipboard to copy your API key - click the clipboard to copy your API key
2. Export the following variables: 2. Export the following variables:
``` ```sh
export OMG_ApiKey="your_api_key" # as collected from your accounts page export OMG_ApiKey="your_api_key" # as collected from your accounts page
export OMG_Address="your_omg.lol_address" # Leading '@' not required 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: 3. Use the `acme.sh` command with the `--dns dns_omglol` parameter to issue your certificate. For example:
``` ```sh
./acme.sh --issue --dns dns_omglol --dnssleep 120 -d address.omg.lol -d *.address.omg.lol ./acme.sh --issue --dns dns_omglol --dnssleep 120 -d address.omg.lol -d *.address.omg.lol
``` ```