From 34d2ec7c09ec01f1205d1a949a33bd6fdf1417fc Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sat, 1 Sep 2018 16:15:29 -0400 Subject: nixos docs: give IDs to things --- nixos/modules/security/acme.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nixos/modules/security') diff --git a/nixos/modules/security/acme.xml b/nixos/modules/security/acme.xml index 7cdc554989ea..b4cd83f6632c 100644 --- a/nixos/modules/security/acme.xml +++ b/nixos/modules/security/acme.xml @@ -11,7 +11,7 @@ retrieval and renewal using the ACME protocol. This is currently only implemented by and for Let's Encrypt. The alternative ACME client simp_le is used under the hood. -
Prerequisites +
Prerequisites You need to have a running HTTP server for verification. The server must have a webroot defined that can serve @@ -41,7 +41,7 @@ http {
-
Configuring +
Configuring To enable ACME certificate retrieval & renewal for a certificate for foo.example.com, add the following in your @@ -66,7 +66,7 @@ options for the security.acme mod
-
Using ACME certificates in Nginx +
Using ACME certificates in Nginx NixOS supports fetching ACME certificates for you by setting enableACME = true; in a virtualHost config. We first create self-signed placeholder certificates in place of the -- cgit v1.2.3