Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: VPS Setup
dnf install nginx certbot-nginx
certbot --nginx
/etc/nginx/conf d/site conf
:server { listen 443 ssl; ssl_certificate /etc/letsencrypt/live/domain.com/fullchain.pem; }
firewall-cmd --add-service=https
curl -I https://ip