CVS 経由で OpenBSD Web サイトをチェックアウトするにはどうすればよいですか?

CVS 経由で OpenBSD Web サイトをチェックアウトするにはどうすればよいですか?

最近、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

関連情報