I have a XUbuntu server that I can connect to via XFCE and load https://mywebsite.test with a valid local certificate I created using mkcert.
However, connecting via XFCE makes the website lag a lot, and it would be much more convenient if I could just open https://mywebsite.test from my local computer instead. But, the SSL certificate is not valid unless I open the website from the XUbuntu server itself (obviously). I need SSL certificate to be valid because I need to connect between https://mywebsite.test and https://anotherwebsite.test, and I need SSL to work on both websites.
I know these mkcert certificates are meant to be used locally, and they do work "locally", but I was wondering.. is it possible to make this work the way I want, where the certificate is in my XUbuntu server and I'm able to browse those websites with working SSL from my Mac instead of using XFCE?