DeploymentDependenciesSSL CertificateOn this pageSSL Certificate Let's Encrypt # Install certbotsudo apt updatesudo apt install certbot python3-certbot-nginx# Generate certificatesudo certbot --nginx -d weiyuai.cn -d *.weiyuai.cn# Automatic renewalsudo certbot renew --dry-run References Let's Encrypt Certbot Instructions