Project

General

Profile

LDAPS certificate issue

Added by Alex Smovzh almost 3 years ago

Hello,

I want to configure LDAPS with proper SSL certificate check.
We use self-signed certificate with our own Root CA.

In documentation I can't find how to import or where to define public key certificate (*.pem) in Redmine.

In which configuration file public certificate can be pointed?
Or by what command it can be imported to Redmine?


Replies (1)

RE: LDAPS certificate issue - Added by Alex Smovzh almost 3 years ago

Don't now if it is proper way
Added environment variables with certificate location in Apache site configuration file fix issue for me


SetEnv SSL_CERT_DIR /etc/ssl/certs
SetEnv SSL_CERT_FILE /etc/ssl/certs/certificate.pem

    (1-1/1)