diff --git a/signcerts.sh b/signcerts.sh index 77260b1..c69a5bd 100755 --- a/signcerts.sh +++ b/signcerts.sh @@ -4,7 +4,7 @@ set -euo pipefail export CF_DNS_SERVERS='1.1.1.1 9.9.9.9' # Based on https://gist.github.com/benkulbertis/fff10759c2391b6618dd/ -export CF_KEY=$(pass show CloudFlare/CF_KEY) +export CF_KEY=$(pass show Keys/CF_KEY) export CF_EMAIL="capt.n3m0@gmail.com" dehydrated --cron \ No newline at end of file