Skip to content

Commit

Permalink
nixos/ca: fix description formatting (#351895)
Browse files Browse the repository at this point in the history
  • Loading branch information
h7x4 authored Oct 29, 2024
2 parents 9da08bd + 1a6638a commit aeea90e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixos/modules/security/ca.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ in
internal = true;
};

security.pki.useCompatibleBundle = mkEnableOption ''usage of a compatibility bundle.
security.pki.useCompatibleBundle = mkEnableOption ''
usage of a compatibility bundle.
Such a bundle consists exclusively of `BEGIN CERTIFICATE` and no `BEGIN TRUSTED CERTIFICATE`,
which is an OpenSSL specific PEM format.
Expand Down

0 comments on commit aeea90e

Please sign in to comment.