Update Tunneling Proxy for Paperspace.md

This commit is contained in:
Cyberes 2023-01-09 14:06:53 -07:00 committed by GitHub
parent a8c48fca8d
commit 0f4b2efe4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -273,3 +273,13 @@ location = /rathole-error.html
</html>
```
To get a wildcard Certbot SSL cert, use this command.
```bash
sudo certbot --manual --preferred-challenges=dns --no-redirect --installer nginx -d t.example.com -d *.t.example.com
```
Certbot will tell you to create some `txt` DNS records.