diff options
author | Mark H Weaver <mhw@netris.org> | 2015-03-03 02:06:27 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-03-03 13:49:12 -0500 |
commit | e33eea8ffd5d7e678107103b14989a41f27a1c34 (patch) | |
tree | 10c10fc032c2a7634bcf39e26a66613a2fcdd8b4 /doc | |
parent | bd4c47a47e3d2245970fb7895f50167426b73dbc (diff) | |
download | patches-e33eea8ffd5d7e678107103b14989a41f27a1c34.tar patches-e33eea8ffd5d7e678107103b14989a41f27a1c34.tar.gz |
Revert "system: Add 'x509-certificates' field, and populate /etc/ssl/certs."
This reverts commit e979e6dd523acaa2a089f1b8f44e34c1e5b7d32d.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 4be545ea79..bd8091ae51 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3882,19 +3882,6 @@ Configuration of libc's name service switch (NSS)---a @code{<name-service-switch>} object. @xref{Name Service Switch}, for details. -@item @code{x509-certificates} (default: @var{nss-certs}) -This field's value must be a package containing X.509 certificates for -so-called ``Certification Authorities'' (CAs) that is made available in -the @file{/etc/ssl/certs} directory. Currently this directory is -accessed by applications using either the GnuTLS library or the OpenSSL -library. - -By default, certificates from -@uref{https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS, -Mozilla's Network Security Services} are used. These are the -certificates shipped by Mozilla browsers and derivatives such as -GNU@tie{}IceCat. - @item @code{services} (default: @var{%base-services}) A list of monadic values denoting system services. @xref{Services}. |