Created
February 17, 2025 08:20
-
-
Save dasgoll/b9972e152ea98cc18341ae2fd8bb4110 to your computer and use it in GitHub Desktop.
Run ttyd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/bin/bash -c "ttyd login" | |
certbot certonly -d <your domain> | |
$ ttyd --ssl --ssl-cert /etc/letsencrypt/live/<your domain>/fullchain.pem --ssl-key /etc/letsencrypt/live/<your domain>/privkey.pem <command> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment