Hello Nerds,
I have recently deployed a self-hosted instance. The plan is to use a local gitlab instance for auth. I have followed documentation, however, when an auth is attempt the user is redirected to the penpot login screen. Docker logs shows:
un.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target...
I assume the container requires the server’s local CA cert. What is the preferred method to adding said cert to the container - assuming this indeed the issue.
Cheers