mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-15 21:08:20 +08:00
Updating syntax highlighting for omg.lol
@@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user