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

Commit

Permalink
Fix duplicate cert
Browse files Browse the repository at this point in the history
  • Loading branch information
docjyJ authored Jun 2, 2024
1 parent 2f4af57 commit 1e9f0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ hostname = "mail.%{env:MAIL_DOMAIN}%"
[certificate.nextcloud-aio]
cert = "%{file:/opt/aio-certs/fullchain.crt}%"
default = true
cert = "%{file:/opt/aio-certs/privkey.key}%"
private-key = "%{file:/opt/aio-certs/privkey.key}%"

0 comments on commit 1e9f0b5

Please sign in to comment.