I had my Passbolt running ubuntu server using the ubuntu script.
Now I have create a certificate but I cannot get it to work.
I edited the APP_FULL_BASE_URL=http://passbolt” to APP_FULL_BASE_URL=https://passbolt”
placed the certificate under /etc/ssl/certs/passbolt_certificate.crt and /etc/ssl/certs/passbolt_private.key
modified /etc/nginx/conf.d/passbolt.conf by adding listen 443 ssl;
now my server is not accessible.
can anyone point me in the right direction or any document I can read up on.
Thanks