I am using the latest docker version of OnlyOffice Document server with the Nextcloud app.
Works great for me, but with self signed certificate, and as you state in https://api.onlyoffice.com/editors/nextcloud#editable you
I'm running two multi core machines, both Debian 10,strongly recommend that you replace the certificate with the one issued by some CA
- one runs Nextcloud 16.0.5 with ONLYOFFICE app 3.0.2, installed using install script from https://docs.nextcloudpi.com/en/curl-installer/
- the other runs Docker version 19.03.5, build 633a0ea838, following instructions from https://github.com/ONLYOFFICE/Docker-Do ... /README.md
I have onlyoffice.key and onlyoffice.crt files in /app/onlyoffice/DocumentServer/data/certs/
I can generate a certificate with certbot, they will typically be stored as /etc/letsencrypt/live/myoffice.domain.tld/fullchain.pem and privkey.pem
What would be the way to proceed, in order to use the fullchain.pem and privkey.pem instead of onlyoffice.crt and onlyoffice.key ?
I've tried just coping over the original pem files, with and without renaming them, or creating links to them, nothing worked.
Thanks in advance for your time.