From 8b24f26c5c1d267718fc111ccd050c27ed537cd5 Mon Sep 17 00:00:00 2001 From: as-kholin Date: Fri, 4 Oct 2024 17:52:14 -0500 Subject: [PATCH] Updating syntax highlighting for omg.lol --- dnsapi2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dnsapi2.md b/dnsapi2.md index 0e6e927..883abc9 100644 --- a/dnsapi2.md +++ b/dnsapi2.md @@ -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 2. Export the following variables: -``` +```sh 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: -``` +```sh ./acme.sh --issue --dns dns_omglol --dnssleep 120 -d address.omg.lol -d *.address.omg.lol ```