SSL Certificates: Difference between revisions

Unabomberlive (talk | contribs)
mNo edit summary
Serif (talk | contribs)
m Started a preamble
Line 1: Line 1:
SSL Certificates, also called [[wikipedia:Public_key_certificate|public key certificates]], are
To install SSL Certificates, use one or both of the following options:<syntaxhighlight lang="nix">
To install SSL Certificates, use one or both of the following options:<syntaxhighlight lang="nix">
security.pki.certificates = [ "<insert_certificate_text_here>" ];
security.pki.certificates = [ "<insert_certificate_text_here>" ];