mirror of
https://git.hackfreedom.org/mesh.cat/get-certs.git
synced 2026-05-22 06:23:25 +00:00
add bridge46 support, change acme provider to letsencrypt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user