Enabling TLS authentication between AMI Manager and the user interface
Use one of these procedures to enable TLS for communication between AMI Manager and the user interface:
Before you begin
To configure TLS, you need a digital certificate. You should have obtained or generated one before you installed. See TLS Authentication for more details.
To implement a certificate issued by a Certificate Authority (CA)
- Copy the keystore to the <Installation_Folder>/amipdt/keystore folder or any path to which the user running the product has access.
Modify the SSL CONFIGURATION block in the <Installation_Folder>/amipdt/bin/amipdt.properties file with the values used to generate the certificate.
Default Block of Commented Properties in amipdt.propertiesSSL Configuration block before modifying#SSL CONFIGURATION - Uncomment this if you want to apply your certificate
# The path to the keystore containing the certificate
#KEYSTORE_PATH=<KEYSTORE_PATH>
# The password used to generate the certificate
#KEYSTORE_PWD=<KEYSTORE_PWD>
# The alias mapped to the certificate
#KEY_ALIAS=<KEY_ALIAS>Modified SSL Configuration block#SSL CONFIGURATION - Uncomment this if you want to apply a certificate
# The path to the keystore containing the certificate
KEYSTORE_PATH=<Absolute path of keystore file>
# The password used to generate the certificate
KEYSTORE_PWD=<password>
# The alias mapped to the certificate
KEY_ALIAS=amioi- Start BMC AMI Ops Insight.
To implement a self-signed certificate
Create a self-signed certificate using the keytool command under java/bin or jre/bin and add it to the PKCS12 keystore.
- Copy the generated keystore to the <Installation_Folder>/amipdt/keystore folder.
Modify the SSL CONFIGURATION block in the <Installation_Folder>/amipdt/bin/amipdt.properties file with the values you used to generate the certificate.
SSL Configuration block before modifying#SSL CONFIGURATION - Uncomment this if you want to apply your certificate
# The path to the keystore containing the certificate
#KEYSTORE_PATH=<KEYSTORE_PATH>
# The password used to generate the certificate
#KEYSTORE_PWD=<KEYSTORE_PWD>
# The alias mapped to the certificate
#KEY_ALIAS=<KEY_ALIAS>Modified SSL Configuration block#SSL CONFIGURATION - Uncomment this if you want to apply a certificate
# The path to the keystore containing the certificate
KEYSTORE_PATH=<Installation_Folder>/amipdt/keystore/ssl-store.p12
# The password used to generate the certificate
KEYSTORE_PWD=<password>
# The alias mapped to the certificate
KEY_ALIAS=selfsigned- Start BMC AMI Ops Insight.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*