add bridge46 support, change acme provider to letsencrypt

This commit is contained in:
cynic
2024-08-10 05:32:10 +00:00
parent b41bc990c3
commit b8889df82d
2 changed files with 94 additions and 34 deletions
+10 -4
View File
@@ -1,19 +1,25 @@
# Get certificates for your *mesh.cat* domain
# Get a TLS certificate for your yggdrasil *mesh.cat* domain
Dependencies:
### Dependencies
[Yggdrasil](https://yggdrasil-network.github.io/installation.html)
[dnsmasq](https://thekelleys.org.uk/dnsmasq/doc.html)
Installation and usage:
### Installation and usage
```shell
wget https://git.thisisjoes.site/mesh.cat/get-certs/raw/branch/master/get-certs.sh
chmod +x get-certs.sh
./get-certs.sh
```
Remember to create a cron job to run the script every month.
### Tor/proxies
You can edit the script to enable [proxychains](https://proxychains.sourceforge.net/) support, like this: `proxychains=true`
### Note
Remember to create a cron job to run the script once a week.
Example:
```cron