CVS를 통해 OpenBSD 웹사이트를 어떻게 확인하나요?

CVS를 통해 OpenBSD 웹사이트를 어떻게 확인하나요?

나는 최근 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.

관련 정보