Certificates
KMS → Certificates
KMS Certificates and Private Keys are configured under KMS Certificates. It has the below icons and fields.
Icons | Description |
To add a new KMS Certificate or Private Key, click on the add icon. Fill in the details. Click on submit for the KMS Certificate or Private Key to be created. | |
To edit the details of an existing KMS Certificate or Private Key, select the desired KMS Certificate or Private Key, and double-click on it or click on the edit icon. Click on submit to save the edited KMS Certificate's configuration. | |
To delete an existing KMS Certificate or Private Key, select the desired KMS server and click on the delete icon. Click on remove to delete the KMS Certificate or Private Key configuration permanently. | |
To refresh the KMS Certificates GUI, click on the refresh icon. |
Fields | Description |
Name | Name of the Certificate. |
Format | The file format used. For example, PEM files store SSL certificates and their associated private keys. |
Content | The content type can be a Certificate or a Private Key. |
Loading Certificates
When you click the add certificate "+" sign in the upper right of the Certificates display you will be greeted with a window to enter text.
Use Notepad++ or other text editor to open your .pem file, which might contain more that one certificate, which is in the below format:
subject=/C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert Global Root NC
issuer=/C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert Global Root NC
-----BEGIN CERTIFICATE-----
d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBD
QTAeFw0wNjExMTAwMDAwMDBaFw0zMTExMTAwMDAwMDBaMGExCzAJBgNVBAYTAlVT
MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j
.. Note several more lines of same number of characters until last
CAUw7C29C79Fv1C5qfPrmAESrciIxpg0X40KPMbp1ZWVbd4=
-----END CERTIFICATE-----
Copy all the lines including the Begin and End Certificate and past them in the Content section after selecting Content Type of "Certificate". (Only past a single certificate at a time)
Repeat the same for copying text from .key files, with Content Type "Private Keys", that will start with "-----BEGIN PRIVATE KEY-----" and end with "-----END PRIVATE KEY-----".