我最近在 OpenBSD misc 邮件列表上读到了这个:
"John Darrah" writes:
> Hi. Would it be possible to get SSL on the OpenBSD website(s)?
> It would be just a couple lines to change in nginx.conf/httpd.conf.
> SSL certificates are free from Startcom and cheap from other vendors.
> It would be really nice to have, even if it's not the default. I feel naked
> viewing the site over plain http. Thanks.
If you want encrypted access to the OpenBSD web site, do a CVS checkout and
view it locally...
Run Code Online (Sandbox Code Playgroud)
我不是程序员,所以这个提示并没有告诉我如何做到这一点。
这一切都在OpenBSD AnonCVS 页面上进行了解释。具体在这种情况下:
$ cvs -d anoncvs@anoncvs.ca.openbsd.org:/cvs get www
Run Code Online (Sandbox Code Playgroud)
这发生在 SSH 上,因此数据副本按照您引用的电子邮件交换中的承诺进行加密。
下载站点树后,www/index.html
在您选择的浏览器中打开。
当您以后想要更新镜像时,请进入www
目录并说cvs up
.