mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2025-01-13 03:30:33 +05:00
docs: some minor changes
This commit is contained in:
parent
d8131ffc61
commit
0a2619f0ca
13
default.nix
13
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`.
|
||||
'';
|
||||
};
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
||||
project = 'NixOS Mailserver'
|
||||
copyright = '2022, NixOS Mailserver Contributors'
|
||||
copyright = '2023, NixOS Mailserver Contributors'
|
||||
author = 'NixOS Mailserver Contributors'
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user