nixpkgs/nixos/doc/manual/from_md
Vincent Bernat 85209382c1 nginx: allow overriding SSL trusted certificates when using ACME
Some ACME providers (like Buypass) are using a different certificate
to sign OCSP responses than for server certificates. Therefore,
sslTrustedCertificate should be provided by the user and we need to
allow that.
2021-08-08 16:07:11 +02:00
..
administration installation-cd-base.nix: Add 'live.nixos.passwd' boot option 2021-07-03 09:53:16 +02:00
configuration nixos/doc: add section on sshfs file systems 2021-06-22 11:58:25 -07:00
development Merge pull request #125979 from blaggacao/nixos-test-ref/03-normalse-the-python-entrypoint 2021-08-08 10:24:47 +02:00
release-notes nginx: allow overriding SSL trusted certificates when using ACME 2021-08-08 16:07:11 +02:00
contributing-to-this-manual.chapter.xml
README.md

This directory is temporarily needed while we transition the manual to CommonMark. It stores the output of the ../md-to-db.sh script that converts CommonMark files back to DocBook.

We are choosing to convert the Markdown to DocBook at authoring time instead of manual building time, because we do not want the pandoc toolchain to become part of the NixOS closure.

Do not edit the DocBook files inside this directory or its subdirectories. Instead, edit the corresponding .md file in the normal manual directories, and run ../md-to-db.sh to update the file here.