Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

docs: acme: Fix typo

authored by Niklas Hambüchen and committed by GitHub fdca90d0 06db5ae6

+1 -1
+1 -1
nixos/modules/security/acme.xml
··· 194 <para> 195 This is useful if you want to generate a wildcard certificate, since 196 ACME servers will only hand out wildcard certs over DNS validation. 197 - There a number of supported DNS providers and servers you can utilise, 198 see the <link xlink:href="https://go-acme.github.io/lego/dns/">lego docs</link> 199 for provider/server specific configuration values. For the sake of these 200 docs, we will provide a fully self-hosted example using bind.
··· 194 <para> 195 This is useful if you want to generate a wildcard certificate, since 196 ACME servers will only hand out wildcard certs over DNS validation. 197 + There are a number of supported DNS providers and servers you can utilise, 198 see the <link xlink:href="https://go-acme.github.io/lego/dns/">lego docs</link> 199 for provider/server specific configuration values. For the sake of these 200 docs, we will provide a fully self-hosted example using bind.