git: 3aa61808f1 - main - handbook: Don't mention certificates in Mirrors

From: Edward Tomasz Napierala <trasz_at_FreeBSD.org>
Date: Fri, 21 Jan 2022 08:58:00 UTC
The branch main has been updated by trasz:

URL: https://cgit.FreeBSD.org/doc/commit/?id=3aa61808f151091d20460cd2be86e3783565b107

commit 3aa61808f151091d20460cd2be86e3783565b107
Author:     Edward Tomasz Napierala <trasz@FreeBSD.org>
AuthorDate: 2022-01-21 08:56:05 +0000
Commit:     Edward Tomasz Napierala <trasz@FreeBSD.org>
CommitDate: 2022-01-21 08:56:10 +0000

    handbook: Don't mention certificates in Mirrors
    
    This step has been unnecessary since 12.0, and we don't support
    anything older than that.
    
    Reviewed By:    debdrup
    Sponsored By:   EPSRC
    Differential Revision:  https://reviews.freebsd.org/D33966
---
 .../content/en/books/handbook/mirrors/_index.adoc  | 27 ----------------------
 1 file changed, 27 deletions(-)

diff --git a/documentation/content/en/books/handbook/mirrors/_index.adoc b/documentation/content/en/books/handbook/mirrors/_index.adoc
index dbaef6daeb..b2977e5007 100644
--- a/documentation/content/en/books/handbook/mirrors/_index.adoc
+++ b/documentation/content/en/books/handbook/mirrors/_index.adoc
@@ -555,26 +555,6 @@ Users may prefer to use `freebsd-update` (crossref:cutting-edge[updating-upgradi
 This section demonstrates how to install Git on a FreeBSD system and use it to create a local copy of a FreeBSD repository.
 Additional information on the use of Git is included.
 
-[[git-ssl-certificates]]
-=== 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 Git 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
-....
-
 [[git-install]]
 === Installation
 
@@ -784,13 +764,6 @@ After March 2021, subversion use is only for legacy branches (`stable/11` and `s
 
 This section demonstrates how to install Subversion on a FreeBSD system and use it to create a local copy of a FreeBSD repository. Additional information on the use of Subversion is included.
 
-[[svn-ssl-certificates]]
-=== Root SSL Certificates
-
-FreeBSD systems older than 12._x_ do not have proper root certificates.
-Those certificates allow Subversion to verify the identity of HTTPS repository servers.
-Installation instructions are described in <<git-ssl-certificates>>.
-
 [[svn-svnlite]]
 === Svnlite