SSL Certificates: Difference between revisions

Serif (talk | contribs)
m Fixed code blocks
Unabomberlive (talk | contribs)
mNo edit summary
Line 1: Line 1:
To install SSL Certificates, use one or both of the following options:<syntaxhighlight lang="nixos">
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>" ];