SSL Certificates: Difference between revisions

From NixOS Wiki
Serif (talk | contribs)
m Started a preamble
Serif (talk | contribs)
m Serif moved page Installing SSL Certificates to SSL Certificates: Broaden article to to SSL certs as a topic instead of just one specific task
(No difference)

Revision as of 12:06, 14 August 2024

SSL Certificates, also called public key certificates, are


To install SSL Certificates, use one or both of the following options:

security.pki.certificates = [ "<insert_certificate_text_here>" ];

security.pki.certificateFiles = [ "/path/to/cert1" "/path/to/cert2" ];

The first option is a list of strings, whereas the second is a list of filesystem paths.