Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit 1e9f0b5

Browse files
authored
Fix duplicate cert
1 parent 2f4af57 commit 1e9f0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ hostname = "mail.%{env:MAIL_DOMAIN}%"
2929
[certificate.nextcloud-aio]
3030
cert = "%{file:/opt/aio-certs/fullchain.crt}%"
3131
default = true
32-
cert = "%{file:/opt/aio-certs/privkey.key}%"
32+
private-key = "%{file:/opt/aio-certs/privkey.key}%"

0 commit comments

Comments
 (0)