doc: Fix mentions of 'nss-certs'.
* doc/guix.texi (Using the Configuration System): Fix mention of 'nss-certs' after the package has been added to '%default-packages' (see '65e8472a4b6fc6f66871ba0dad518b7d4c63595e'). * doc/guix.texi (Web Services): Fix mention of 'nss-certs' after the package has been added to '%default-packages' (see '65e8472a4b6fc6f66871ba0dad518b7d4c63595e'). Change-Id: Iecdecb8deb440cdea224f3e9e7ce54e89dd575a2 Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>master
parent
b8ccbc942e
commit
67a3a83170
|
@ -17246,8 +17246,7 @@ This example refers to the @file{/boot/efi} file system by its UUID,
|
||||||
as returned by the @command{blkid} command.
|
as returned by the @command{blkid} command.
|
||||||
|
|
||||||
@xref{Desktop Services}, for the exact list of services provided by
|
@xref{Desktop Services}, for the exact list of services provided by
|
||||||
@code{%desktop-services}. @xref{X.509 Certificates}, for background
|
@code{%desktop-services}.
|
||||||
information about the @code{nss-certs} package that is used here.
|
|
||||||
|
|
||||||
Again, @code{%desktop-services} is just a list of service objects. If
|
Again, @code{%desktop-services} is just a list of service objects. If
|
||||||
you want to remove services from there, you can do so using the
|
you want to remove services from there, you can do so using the
|
||||||
|
@ -32495,9 +32494,9 @@ pulling channels from Git. To that end, it needs to access X.509 certificates
|
||||||
so that it can authenticate Git servers when communicating over HTTPS, and it
|
so that it can authenticate Git servers when communicating over HTTPS, and it
|
||||||
assumes that @file{/etc/ssl/certs} contains those certificates.
|
assumes that @file{/etc/ssl/certs} contains those certificates.
|
||||||
|
|
||||||
Thus, make sure to add @code{nss-certs} or another certificate package to the
|
A certificate package, @code{nss-certs}, is provided by default as
|
||||||
@code{packages} field of your configuration. @ref{X.509 Certificates}, for
|
part of @code{%base-packages}. @ref{X.509 Certificates}, for more
|
||||||
more information on X.509 certificates.
|
information on X.509 certificates.
|
||||||
@end quotation
|
@end quotation
|
||||||
|
|
||||||
@subsubheading gmnisrv
|
@subsubheading gmnisrv
|
||||||
|
|
Reference in New Issue