All checks were successful
continuous-integration/drone/push Build is passing
8 lines
177 B
Bash
Executable File
8 lines
177 B
Bash
Executable File
#!/bin/bash
|
|
|
|
dnscontrol get-certs \
|
|
--acme https://acme-v2.acme.dn42/directory \
|
|
--agreeTOS \
|
|
--email "dn42@burble.com" \
|
|
--renew 30
|