summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2023-01-08 10:16:00 +0100
committerlewo <lewo@abesis.fr>2023-05-23 20:54:17 +0000
commit0a2619f0ca5eaf15d8c8dac2404305df4bb38398 (patch)
tree1ec051f14062a5abc9201e25c5cb2e445de2be7b
parentd8131ffc61553df6137b382eec380689596cae3d (diff)
docs: some minor changesdocs-minor
-rw-r--r--default.nix13
-rw-r--r--docs/conf.py2
2 files changed, 9 insertions, 6 deletions
diff --git a/default.nix b/default.nix
index ef27f43..5cc657e 100644
--- a/default.nix
+++ b/default.nix
@@ -468,8 +468,9 @@ in
type = types.path;
example = "/root/mail-server.crt";
description = ''
- Scheme 1)
- Location of the certificate
+ Location of the certificate.
+
+ This option is only used when the `certificateScheme` is `1`.
'';
};
@@ -477,8 +478,9 @@ in
type = types.path;
example = "/root/mail-server.key";
description = ''
- Scheme 1)
- Location of the key file
+ Location of the key file.
+
+ This option is only used when the `certificateScheme` is `1`.
'';
};
@@ -486,10 +488,11 @@ in
type = types.path;
default = "/var/certs";
description = ''
- Scheme 2)
This is the folder where the certificate will be created. The name is
hardcoded to "cert-DOMAIN.pem" and "key-DOMAIN.pem" and the
certificate is valid for 10 years.
+
+ This option is only used when the `certificateScheme` is `2`.
'';
};
diff --git a/docs/conf.py b/docs/conf.py
index 1845917..00287e0 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -18,7 +18,7 @@
# -- Project information -----------------------------------------------------
project = 'NixOS Mailserver'
-copyright = '2022, NixOS Mailserver Contributors'
+copyright = '2023, NixOS Mailserver Contributors'
author = 'NixOS Mailserver Contributors'