나는 최근 OpenBSD 기타 메일링 리스트에서 다음 기사를 읽었습니다.
"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...
저는 프로그래머가 아니므로 이 팁에서는 이를 수행하는 방법을 알려주지 않습니다.
답변1
다 거기 있어OpenBSD AnonCVS 페이지. 특히 이 경우:
$ cvs -d [email protected]:/cvs get www
이는 SSH를 통해 수행되므로 귀하가 인용한 이메일 교환에서 약속한 대로 데이터 사본이 암호화됩니다.
사이트 트리를 다운로드한 후 www/index.html
원하는 브라우저에서 엽니다.
나중에 이미지를 업데이트하려면 이 www
디렉터리로 이동하여 를 입력하세요 cvs up
.