SSL Certificates: Difference between revisions
m Fixed code blocks |
mNo edit summary |
||
Line 1: | Line 1: | ||
To install SSL Certificates, use one or both of the following options:<syntaxhighlight lang=" | 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>" ]; | ||