|
service httpd restart |
|
openssl s_client -showcerts -CAfile /etc/pki/tls/certs/ca-bundle.crt -connect your.ldap.server.here:636 |
TLS_CACERT /etc/pki/tls/certs/ca-bundle.crt |
|
mysql vcl |
|
INSERT INTO affiliation (name) VALUES ('EXAMPLE'); |
|
SELECT id FROM affiliation WHERE name = 'EXAMPLE'; |
|
exit |