Created
March 4, 2025 11:00
-
-
Save lincolnaleixo/a78dffc8cfe5c43febe7ae4b2f7dfb7a to your computer and use it in GitHub Desktop.
lets encrypt installation
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
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