Skip to content

Instantly share code, notes, and snippets.

@lincolnaleixo
Created March 4, 2025 11:00
Show Gist options
  • Save lincolnaleixo/a78dffc8cfe5c43febe7ae4b2f7dfb7a to your computer and use it in GitHub Desktop.
Save lincolnaleixo/a78dffc8cfe5c43febe7ae4b2f7dfb7a to your computer and use it in GitHub Desktop.
lets encrypt installation
sudo apt update && \
sudo apt install -y certbot && \
sudo certbot certonly --standalone --preferred-challenges http -d matrix.aiana.xyz && \
sudo certbot renew --dry-run && \
sudo systemctl enable certbot.timer && \
sudo systemctl start certbot.timer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment