!
Hubzilla Support Forum !
Matrix Those who remember my Matrix install will remember that I use
/var/www/.well-known/matrix/server
trickery to serve both Hubzilla and Matrix as elsmussols.net though they reside on different boxes. This has worked well. As these are both https services I have to have copies of the LetsEncrypt certs on both boxes. I did the
certbot
stuff on the Hubzilla box and then copied onto the Matrix box. When I did it originally I did a
certbot
command which has dropped off the end of my
.bash_history
to "import" this information on the Matrix box.
When I renewed the cert I just copied, re-symlinked, restarted Matrix and it worked. However I have had to do an nginx restart and it failed:
Jun 24 18:25:15 bowland nginx[4040]: nginx: [emerg] SSL_CTX_use_PrivateKey_file("/etc/letsencrypt/live/elsmussols.net/privkey.pem") failed (SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch)
So what I think I am looking for is the certbot command that will allow me to update the certbot info. And then some good advice on how to handle this going forward as I am going to have to do this every 90 days(ish).