我正在尝试根据此tutorial将SSL证书添加到django应用程序中。我已完成所有步骤,证书在文件夹中可见,但仍然无法使用https加载我的网站。
IMPORTANT NOTES:
- Unable to install the certificate
- Congratulations! Your certificate and chain have been saved at:
/etc/letsencrypt/live/ebluedesign.online/fullchain.pem
Your key file has been saved at:
/etc/letsencrypt/live/ebluedesign.online/privkey.pem
Your cert will expire on 2019-07-29. To obtain a new or tweaked
version of this certificate in the future, simply run certbot again
with the "certonly" option. To non-interactively renew *all* of
your certificates, run "certbot renew"
如何使用SSL证书解决此问题。或者我如何获得更多信息,为什么它不起作用?任何帮助将不胜感激。