diff options
| author | Fabian Affolter <fabian@affolter-engineering.ch> | 2021-06-01 17:30:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-01 17:30:36 +0200 |
| commit | e2e4a3471791d1c6a7c99e0c09ef811fe8eeb166 (patch) | |
| tree | 9b9090621a82e41d273533c849be9ac7c1f0fc6f | |
| parent | Merge pull request #125164 from NixOS/backport-125160-to-release-21.05 (diff) | |
| parent | changelog: fix typo (diff) | |
| download | nixpkgs-e2e4a3471791d1c6a7c99e0c09ef811fe8eeb166.tar.gz | |
Merge pull request #125229 from NixOS/backport-125225-to-release-21.05
[Backport release-21.05] changelog: fix typo
| -rw-r--r-- | nixos/doc/manual/release-notes/rl-2105.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2105.xml b/nixos/doc/manual/release-notes/rl-2105.xml index 8e631d752cf7..7412154bc34b 100644 --- a/nixos/doc/manual/release-notes/rl-2105.xml +++ b/nixos/doc/manual/release-notes/rl-2105.xml @@ -786,7 +786,7 @@ environment.systemPackages = [ <listitem> <para> In the <option>security.acme</option> module, use of <literal>--reuse-key</literal> - parameter for Lego has been removed. It was introduced for HKPK, but this security + parameter for Lego has been removed. It was introduced for HKPK, but this security feature is now deprecated. It is a better security practice to rotate key pairs instead of always keeping the same. If you need to keep this parameter, you can add it back using <literal>extraLegoRenewFlags</literal> as an option for the |
