You can download a TLS or KMIP server certificate or a certificate signing request (CSR)
file from the IBM Guardium Key Lifecycle Manager server to your local
file system.
Procedure
- Using the graphical user interface
- Log in to the graphical user interface.
- On the home page, click the menu icon (
) at the upper left of the page.
- Click .
- On the System certificates page, click Server
certificates.
- Select the certificate that you want to download from the list and click the overflow
menu icon (
).
- From the overflow menu options, click Download.
- In the Download certificate dialog, select the certificate
type.
- Click Download.
- Using a REST interface
-
Open the Swagger UI. For more information, see Using Swagger UI.
-
Authenticate and authorize to access IBM Guardium Key Lifecycle Manager REST services. For more information, see Authentication process for REST services.
- Go to the System communication certificates management
section.
-
Run the Export System Certificate REST Service.
For example, to export a certificate, you can send the following HTTP
request:
GET https://localhost:port/GKLM/rest/v1/system/certificates/export/server_cert2?format=DER'
Results
The file is downloaded in the folder that is configured
as the default download folder of your browser.