Test cert-store with nextcloud
This commit is contained in:
parent
485adefc8d
commit
5d07fa2fd4
3 changed files with 25 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [ ./acme-dns.nix ];
|
||||
imports = [ ./cert-store-client.nix ];
|
||||
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
80
|
||||
|
@ -35,8 +35,8 @@
|
|||
virtualHosts.${config.services.nextcloud.hostName} = {
|
||||
forceSSL = true;
|
||||
kTLS = true;
|
||||
enableACME = true;
|
||||
acmeRoot = null;
|
||||
sslCertificate = "/mnt/acme/fullchain.pem";
|
||||
sslCertificateKey = "/mnt/acme/key.pem";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue