Free TLS certificates for your mesh.cat domains.
Go to file
2024-08-19 04:05:04 +00:00
get-certs.sh let dnsmasq processes running after script execution 2024-08-19 04:05:04 +00:00
LICENSE Initial commit 2024-07-07 22:55:03 -05:00
README.md change proxychains link to point to proxychains-ng's repo 2024-08-10 05:40:15 +00:00

Get a TLS certificate for your yggdrasil mesh.cat domain

Dependencies

Yggdrasil

dnsmasq

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