Initial commit
Porkbun dns-01 challenge hook for uacme.
Requirements:
Go to https://porkbun.com/account/api, create an API key/secret pair, and put
them at /etc/uacme-porkbun-hook/config.toml
:
api_key = "<your api key>"
api_secret = "<your secret key>"
To enable logging, set LOUD=1 in the environment.