about summary refs log tree commit diff
path: root/nixos/modules/security/acme
AgeCommit message (Expand)AuthorFilesLines
2024-06-04nixos/acme: allow setting security.acme.defaults.server = null to keep old ac...Stéphan Kochen1-1/+1
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-31/+31
2024-03-28treewide: Fix all Nix ASTs in all markdown filesJanne Heß1-176/+190
2024-02-06nixos/acme: default to lets encrypt production URL instead of null, mention l...Sandro1-5/+7
2024-01-19nixos/acme: fix assertion for renamed optionéclairevoyant1-2/+2
2024-01-18fix semi-colon missingmian | mian1-5/+5
2023-12-10nixos/acme: add syntax highlighting to code blocksSandro1-8/+8
2023-11-14nixos/acme: do not eat Let's Encrypt's request limits if misconfigured on fir...Léo Gaspard1-0/+4
2023-10-26nixos/acme: fix assertion, add actual values to message (#263543)K9001-8/+6
2023-10-25nixos/acme: add s3Bucket option (#262806)Yureka1-30/+27
2023-10-22nixos/acme: fix upstream documentation linkSandro1-1/+1
2023-09-11nixos/acme: rename option credentialsFile to environmentFiledatafoo2-6/+10
2023-09-11nixos/acme: add option to set credential filesdatafoo1-0/+31
2023-09-09security/acme: limit concurrent certificate generationsOliver Schmidt1-13/+93
2023-05-14security/acme: Fix listenHTTP bug with IPv6 addressesMac Chaffee1-1/+1
2023-04-24Merge pull request #227232 from datafoo/nixos-acme-fix-options-typeNick Cao1-2/+2
2023-04-20nixos/acme: fix options typedatafoo1-2/+2
2023-04-07treewide: use more lib.optionalStringFelix Buehler1-2/+2
2023-01-27nixos/manual: render module chapters with nixos-render-docspennae2-396/+1
2023-01-21nixos: fix backticks in Markdown descriptionsNaïm Favier1-1/+1
2023-01-10nixos/manual: move "edit the MD file" comments to generated XMLpennae2-1/+2
2023-01-10nixos/manual: generate module chapters with md-to-db.shpennae3-15/+14
2023-01-10nixos/manual: enable smart quotes for all MD chapterspennae2-15/+14
2023-01-10nixos/acme: convert manual chapter to MDpennae3-254/+591
2023-01-10nixos/manual: normalize <literal><link> -> <link><literal>pennae1-6/+6
2023-01-10nixos/manual: remove links from program listingspennae1-57/+56
2022-12-17nixos: fix typosfigsoda1-2/+2
2022-10-28treewide: convert fake octal ints to stringsYorick van Pelt1-4/+4
2022-10-25nixos/acme: Relax syscall filter after go upgradeMartin Weinelt1-2/+2
2022-10-07Merge pull request #190052 from JasonWoof/acme-exampleChristian Kögler1-5/+6
2022-10-06nixos/acme: Disable lego renew sleepingLucas Savva1-2/+2
2022-10-06nixos/acme: Make account creds check more robustLucas Savva1-1/+2
2022-10-06nixos/acme: Fix cert renewal with built in webserverLucas Savva1-0/+1
2022-09-06nixos/doc: fix acme dns-01 exampleJason Woofenden1-5/+6
2022-08-31nixos/*: automatically convert option descriptionspennae1-1/+1
2022-08-31nixos/*: md-convert options with unordered listspennae1-5/+4
2022-08-19nixos/*: mark pre-existing markdown descriptions as mdDocpennae1-1/+1
2022-08-19Merge pull request #166942 from AleXoundOS/patch-1Christian Kögler1-2/+2
2022-08-06nixos/*: automatically convert option docspennae1-2/+2
2022-08-05nixos/*: normalize manpage references to single-line formpennae1-2/+1
2022-08-03nixos/*: automatically convert option docs to MDpennae1-2/+2
2022-08-03nixos/*: normalize link formatpennae1-2/+2
2022-08-03nixos/*: replace <code> in option docs with <literal>pennae1-1/+1
2022-07-30treewide: automatically md-convert option descriptionspennae1-31/+31
2022-04-02NixOS manual: fix ACME certificates in Nginx configuration exampleAlexander T1-2/+2
2022-01-08nixos/acme: ensure web servers using certs can access themWinter3-0/+1338