7 lines
153 B
Bash
Executable File
7 lines
153 B
Bash
Executable File
#!/bin/bash
|
|
|
|
dnscontrol get-certs \
|
|
--acme https://acme-v2.acme.dn42/directory \
|
|
--agreeTOS \
|
|
--email "dn42@burble.com"
|