Rally - On-premises: Install SSL Certificate from LDAP Server
search cancel

Rally - On-premises: Install SSL Certificate from LDAP Server

book

Article ID: 127020

calendar_today

Updated On:

Products

Rally On-Premise

Issue/Introduction

This article details how to get the SSL certificate from an LDAP server and install it on the appliance.

 

This article assumes that you have completed the installation wizard and restarted the services virtual machine at least one time as the commands to manage certificates will not be available until this has been performed.

Environment

Release: 2.0, 2.01
Component:

Resolution

To obtain the SSL certificate currently in use on the LDAPS server port, execute the following command in a terminal.  The LDAPS certificate will be stored in your /mnt/certs directory as a file named ad.pem:

$ echo QUIT | openssl s_client -connect <IP Address>:636 2>/dev/null | awk '/-----BEGIN CERTIFICATE-----/,/-----END CERTIFICATE-----/' > /mnt/certs/ad.pem
 
 
To install the certificate, run the following command:
$ caac certs install
 
You may then refresh the on-prem services with the following command to activate the newly installed cert
$ restart_replicated

Additional Information

Keywords: agile central ldaps secure active directory