aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2022-01-21 08:56:05 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2022-01-21 08:56:10 +0000
commit3aa61808f151091d20460cd2be86e3783565b107 (patch)
treed31d9b1e66b93d9faceeb5807f8db161432f5338
parente89d1885f74acc84293770e77ad19ed912c8f609 (diff)
downloaddoc-3aa61808f151091d20460cd2be86e3783565b107.tar.gz
doc-3aa61808f151091d20460cd2be86e3783565b107.zip
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
-rw-r--r--documentation/content/en/books/handbook/mirrors/_index.adoc27
1 files changed, 0 insertions, 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