From ff63962c8235ed922ff23391db5e8d50cd7d090d Mon Sep 17 00:00:00 2001 From: Scott Z Date: Fri, 15 Apr 2022 16:58:01 -0600 Subject: [PATCH] Add cert info to third_party nextcloud doc Add instructions around configuring ADDITIONAL_SAN for the Nextcloud domain with a reference to more detailed documentation. --- docs/third_party/third_party-nextcloud.en.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/third_party/third_party-nextcloud.en.md b/docs/third_party/third_party-nextcloud.en.md index dd555ef10..f1a58d93a 100644 --- a/docs/third_party/third_party-nextcloud.en.md +++ b/docs/third_party/third_party-nextcloud.en.md @@ -7,6 +7,9 @@ Nextcloud can be set up (parameter `-i`) and removed (parameter `-p`) with the [ In case you have forgotten the password (e.g. for admin) and can't request a new one [via the password reset link on the login screen](https://docs.nextcloud.com/server/20/admin_manual/configuration_user/reset_admin_password.html?highlight=reset) calling the helper script with `-r` as parameter allows you to set a new password. Only use this option if your Nextcloud isn't configured to use mailcow for authentication as described in the next section. +In order for mailcow to generate a a certificate for the nextcloud domain you need to add "nextcloud.domain.tld" to ADDITIONAL_SAN in mailcow.conf and run `docker-compose up -d` to apply. For more informaton refer to: [Advanced SSL](https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-ssl/). + + ## Background jobs To use the recommended setting (cron) to execute the background jobs following lines need to be added to the `docker-compose.override.yml`: