nixos/ca: fix description formatting
Right now most of the text is treated as a code block
This commit is contained in:
parent
d3fbd1b284
commit
1a6638aeb1
@ -24,7 +24,8 @@ in
|
|||||||
internal = true;
|
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`,
|
Such a bundle consists exclusively of `BEGIN CERTIFICATE` and no `BEGIN TRUSTED CERTIFICATE`,
|
||||||
which is an OpenSSL specific PEM format.
|
which is an OpenSSL specific PEM format.
|
||||||
|
Loading…
Reference in New Issue
Block a user