debian/scripts/nginx.sh

11 lines
165 B
Bash
Raw Normal View History

2025-04-27 01:19:08 +03:00
#!/bin/bash
set -euo pipefail
2025-04-27 16:31:27 +03:00
sudo apt install -y nginx certbot python3-certbot-nginx
sudo systemctl status certbot.timer
# sudo certbot --nginx -d example.com