Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Created February 17, 2025 08:20
Show Gist options
  • Save dasgoll/b9972e152ea98cc18341ae2fd8bb4110 to your computer and use it in GitHub Desktop.
Save dasgoll/b9972e152ea98cc18341ae2fd8bb4110 to your computer and use it in GitHub Desktop.
Run ttyd
/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