scripts/signcerts.sh

11 lines
264 B
Bash
Raw Normal View History

2017-06-30 18:28:56 +00:00
#!/bin/bash
set -euo pipefail
2018-08-02 02:52:06 +00:00
export CF_DNS_SERVERS='1.1.1.1 9.9.9.9'
export CF_SETTLE_TIME='30'
2018-08-02 02:52:06 +00:00
2017-06-30 18:28:56 +00:00
# Based on https://gist.github.com/benkulbertis/fff10759c2391b6618dd/
2019-11-17 03:58:22 +00:00
export CF_KEY=$(pass show Keys/CF_KEY)
2017-06-30 18:28:56 +00:00
export CF_EMAIL="capt.n3m0@gmail.com"
dehydrated --cron