fixed ssl certificate for collabora

This commit is contained in:
Ebbe Baß
2026-07-16 14:34:19 +02:00
parent 620ad42a09
commit 8363fb41fd
2 changed files with 12 additions and 8 deletions
@@ -22,7 +22,7 @@ nc_admin_password: "Start2026!"
# It is recommended to check what the php requirements are for the Nextcloud version you want to install. The default is set to 8.5, which is the recommended version as of July 2026.
nc_php_version: "8.3"
# TLS certificate paths (self-signed, generated by this playbook)
# Nextcloud TLS certificate paths
nc_ssl_cert: "/etc/ssl/certs/nextcloud-selfsigned.crt"
nc_ssl_key: "/etc/ssl/private/nextcloud-selfsigned.key"
@@ -37,4 +37,8 @@ fail2ban_dir: "/etc/fail2ban"
collabora_code_domain: "office.test.local"
# The admin password for your Collabora COPE server.
collabora_admin_password: "Start2026!"
collabora_admin_password: "Start2026!"
# Nextcloud TLS certificate paths
cc_ssl_cert: "/etc/ssl/certs/collabora-selfsigned.crt"
cc_ssl_key: "/etc/ssl/private/collabora-selfsigned.key"