How to replace the letscrypt cert with my geotrust cert

Hello,

is there a howto to replace the letscrypt cert with my geotrust cert. i use the last Version of the community vm Image with collabora enabled.

THX

Christian

First of all why do you want to do that?

Lets Encrypt is free and auto updates itself, so no need for anything else.

To answer your question: You can find the path in your Apache config, Copy your certs over to the VM then change the path in your Apache VHOST config file.

hmm i own a certificate

I’ve found the vhosts an nexcloud runs with my own cert, but collabora won’t. i get a error (Internal Server error) if i try to edit a dokument. i run my nextcloud vm not on 443 but on 9443.It runs with the letscrypt cert on 9443.

here my chances. Is it possible that the sllProxyconnection has Trouble ? i cannot found the right logfile.

<VirtualHost *:9443>
ServerName Office.domain.tld:9443

<Directory /var/www>
Options -Indexes

SSL configuration, you may want to take the easy route instead and use Lets Encrypt!

SSLEngine on
SSLCertificateFile /etc/ssl/certs/cert.cer
# SSLCertificateChainFile /etc/letsencrypt/live/office.schaub.eu/chain.pem
# SSLCertificateFile /etc/letsencrypt/live/office.schaub.eu/cert.pem
# SSLCertificateKeyFile /etc/letsencrypt/live/office.schaub.eu/privkey.pem
# SSLOpenSSLConfCmd DHParameters /etc/letsencrypt/live/office.schaub.eu/dhparam.pem
# SSLProtocol all -SSLv2 -SSLv3
# SSLCipherSuite ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-
# SSLHonorCipherOrder on
# SSLCompression off