git: 37b3bccd17 - main - Document installation of SSL certificates only once
Mateusz Piotrowski
0mp at FreeBSD.org
Mon Apr 19 11:40:24 UTC 2021
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/doc/commit/?id=37b3bccd17125c6ecb75eab8e75f364dd677a459
commit 37b3bccd17125c6ecb75eab8e75f364dd677a459
Author: Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-04-19 11:39:47 +0000
Commit: Mateusz Piotrowski <0mp at 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
More information about the dev-commits-doc-all
mailing list