We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Install certbot command
Create certificates
Creation command: certbot certonly --preferred-challenges http --standalone -d url.coderbunker.com
certbot certonly --preferred-challenges http --standalone -d url.coderbunker.com
Attention: This command only works when the web server is closed
Notification Email: members@coderbunker.com
setup SSL in nginx
ssl_certificate /etc/letsencrypt/live/ssl.yogiman.cn/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/ssl.yogiman.cn/privkey.pem;
check nginx syntax, restart nginx
nginx -t service nginx start