SSL Certificate Management
Overview
If the API group contains HTTPS-compatible APIs, add an SSL certificate for the independent domain name bound to the group.
Prerequisites
- Only SSL certificates in PEM format can be added.
- The added SSL certificates support only the RSA, ECDSA, and DSA encryption algorithms.
Creating an SSL Certificate
- Log in to the ROMA Connect console. On the Instances page, click View Console next to a specific instance.
- In the navigation pane on the left, choose API Connect > API Management. On the SSL Certificate Management tab page, click Create SSL Certificate.
- In the displayed dialog box, configure the SSL certificate information.
Table 1 SSL certificate configuration Parameter
Description
Name
Enter an SSL certificate name. Specify the certificate name based on certain naming rules for easy identification and quick retrieval.
Content
Enter the SSL certificate content in PEM format.
Open the PEM certificate file in the certificate to be added in text mode, and copy the certificate content to Content.
If the certificate is not in PEM encoding format, convert the format by referring to Converting the Certificate Format to PEM.
Key
Enter the SSL certificate key in PEM format.
Open the private key file in KEY/PEM format in the certificate to be uploaded in text mode, and copy the private key to Key.
- Click OK. The SSL certificate is added.
Converting the Certificate Format to PEM
|
Format |
Converting with OpenSSL |
|---|---|
|
CER/CRT |
Rename the certificate file cert.crt to cert.pem directly. |
|
PFX |
|
|
P7B |
|
|
DER |
|
Last Article: Importing and Exporting APIs
Next Article: Appendix: Extended Swagger Definition of APIs
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.