aboutsummaryrefslogtreecommitdiff
path: root/plugin.sh
blob: 64743859cf1e439076bfbc3e1744119e0620d8a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

unset REQUESTS_CA_BUNDLE

API_KEY_FILE=/Users/lizzy/git/simponic/dns-updater/apikey.secret
ENDPOINT=https://hatecomputers.club
PUBLIC_SUFFIXES=.hatecomputers.club

./main.py --certbot \
          --public-suffixes=$PUBLIC_SUFFIXES \
          --certbot-domain=$CERTBOT_DOMAIN \
          --certbot-validation=$CERTBOT_VALIDATION \
          --endpoint=$ENDPOINT \
          --api-key-file=$API_KEY_FILE