diff --git a/nixos/modules/security/acme/default.nix b/nixos/modules/security/acme/default.nix
index 7bce714b2a0b..2361e7082181 100644
--- a/nixos/modules/security/acme/default.nix
+++ b/nixos/modules/security/acme/default.nix
@@ -772,7 +772,7 @@ let
description = ''
Key type to use for private keys.
For an up to date list of supported values check the --key-type option
- at .
+ at .
'';
};
@@ -833,7 +833,7 @@ let
'';
example = lib.literalExpression ''
{
- "RFC2136_TSIG_SECRET_FILE" = "/run/secrets/tsig-secret-example.org";
+ "DNSUPDATE_TSIG_SECRET_FILE" = "/run/secrets/tsig-secret-example.org";
}
'';
};
@@ -852,8 +852,9 @@ let
inherit (defaultAndText "ocspMustStaple" false) default defaultText;
description = ''
Turns on the OCSP Must-Staple TLS extension.
- Make sure you know what you're doing! See:
-
+ Make sure you know what you're doing!
+ OCSP Must-Staple can be considered a legacy feature, that is no longer superted by Let's Encrypt. See:
+ -
-
-
'';