From owner-dev-commits-doc-all@freebsd.org Mon Apr 19 11:40:24 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 34E5F5EE369 for ; Mon, 19 Apr 2021 11:40:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FP4cm0ycGz3p3j; Mon, 19 Apr 2021 11:40:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 13D5D1E824; Mon, 19 Apr 2021 11:40:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13JBeNI5093883; Mon, 19 Apr 2021 11:40:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13JBeNcW093881; Mon, 19 Apr 2021 11:40:23 GMT (envelope-from git) Date: Mon, 19 Apr 2021 11:40:23 GMT Message-Id: <202104191140.13JBeNcW093881@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Mateusz Piotrowski <0mp@FreeBSD.org> Subject: git: 37b3bccd17 - main - Document installation of SSL certificates only once MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: 0mp X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 37b3bccd17125c6ecb75eab8e75f364dd677a459 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2021 11:40:24 -0000 The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=37b3bccd17125c6ecb75eab8e75f364dd677a459 commit 37b3bccd17125c6ecb75eab8e75f364dd677a459 Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-19 11:39:47 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-04-19 11:39:47 +0000 Document installation of SSL certificates only once Just point the Subversion chapter to the Git one. --- .../content/en/books/handbook/mirrors/_index.adoc | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/documentation/content/en/books/handbook/mirrors/_index.adoc b/documentation/content/en/books/handbook/mirrors/_index.adoc index 1cd4db6129..18dfa49db6 100644 --- a/documentation/content/en/books/handbook/mirrors/_index.adoc +++ b/documentation/content/en/books/handbook/mirrors/_index.adoc @@ -397,7 +397,7 @@ Additional information on the use of Git is included. [[git-ssl-certificates]] === Root SSL Certificates -Older FreeBSD systems do not have proper root certificates. +FreeBSD systems older than 12._x_ do not have proper root certificates. Installing package:security/ca_root_nss[] on these systems allows Git to verify the identity of HTTPS repository servers. The root SSL certificates can be installed from a port: @@ -727,21 +727,8 @@ This section demonstrates how to install Subversion on a FreeBSD system and use === Root SSL Certificates FreeBSD systems older than 12._x_ do not have proper root certificates. -Installing package:security/ca_root_nss[] on these systems allows Subversion to verify the identity of HTTPS repository servers. -The root SSL certificates can be installed from a port: - -[source,shell] -.... -# cd /usr/ports/security/ca_root_nss -# make install clean -.... - -or as a package: - -[source,shell] -.... -# pkg install ca_root_nss -.... +Those certificates allow Subversion to verify the identity of HTTPS repository server. +Installation instructions are described in crossref:mirrors[git-ssl-certificates,“Root SSL Certificates”]. [[svn-svnlite]] === Svnlite