Free TLS certificates for your mesh.cat domains.
get-certs.sh | ||
LICENSE | ||
README.md |
Get a TLS certificate for your yggdrasil mesh.cat domain
Dependencies
Installation and usage
wget https://git.thisisjoes.site/mesh.cat/get-certs/raw/branch/master/get-certs.sh
chmod +x get-certs.sh
./get-certs.sh
Tor/proxies
You can edit the script to enable proxychains support, like this: proxychains=true
Note
Remember to create a cron job to run the script once a week.
Example:
11 21 * * * /opt/get-certs.sh > /dev/null 2>&1