Update Tunneling Proxy for Paperspace.md
This commit is contained in:
parent
a8c48fca8d
commit
0f4b2efe4e
|
@ -273,3 +273,13 @@ location = /rathole-error.html
|
||||||
|
|
||||||
</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.
|
||||||
|
|
Loading…
Reference in New Issue