Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2021 11:40:23 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 37b3bccd17 - main - Document installation of SSL certificates only once
Message-ID:  <202104191140.13JBeNcW093881@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104191140.13JBeNcW093881>