You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using OCIS since version 2.0.0. I have not been able to log in for a few days now. After updating to 3.0.0, the problem persisted.
I then took a closer look at the logs and found that the certificates for LDAP in /var/lib/ocis/idm had expired.
How can I renew them?
Steps to reproduce
openssl x509 -in /var/lib/ocis/idm/ldap.crt -text -noout
Certificate:
...
Issuer: O = Acme Corp, CN = OCIS
Validity
Not Before: Nov 19 14:53:06 2022 GMT
Not After : Nov 19 14:53:06 2023 GMT
Subject: O = Acme Corp, CN = OCIS
...
Actual behavior
Setup
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
By [re]moving the ldap.crt and ldap.key and restarting ocis the certificates seem to be recreated. I'm not sure now, if it happened only after upgrading to 3.0.0.
Describe the bug
I'm using OCIS since version 2.0.0. I have not been able to log in for a few days now. After updating to 3.0.0, the problem persisted.
I then took a closer look at the logs and found that the certificates for LDAP in
/var/lib/ocis/idm
had expired.How can I renew them?
Steps to reproduce
Actual behavior
Setup
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
Workaround
In order to backup my file and being able to log in again, I have moved the certificates.
After that you can log in again...
After upgrading from 2.0.0 to 3.0.0 I had to delete
/var/lib/ocis/search
. Otherwise thesearch service
won't start/workThe text was updated successfully, but these errors were encountered: