Setting up ssl certificates for https is now very easy: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 December 2024

20 November 2024

  • curprev 17:0417:04, 20 November 2024Mwroot talk contribs 1,312 bytes +1,312 Created page with "各大服务商都有商用的 SSL 证书卖,对个人站点来说费用还是有点高。可能贵有贵的道理。不过使用 [https://letsencrypt.org/ Let's Encrypt] 实现 https,现在已经可以用三分钟部署成功了。 首先,你得保证你的 http 站点已经正常上线、运行、可访问。 其次,跟着 [https://certbot.eff.org/instructions?ws=apache&os=pip Certbot 官方教程] 走: <syntaxhighlight lang="bash" line> sudo apt update sud..."