Exporting the Root Certificate

Function

Exports the MEF Center root certificate.

Syntax

Operation type: GET

URL: https://{ip}:{port}/certmanager/v1/export?certName=hub_svr

URL Parameters

Table 1 URL parameters

Parameter

Mandatory/Optional

Description

Value

certName

Mandatory

Type of the exported root certificate

Currently, only hub_svr can be exported, which indicates the MEF Center root certificate.

Usage Example

Request:

GET https://10.10.10.10:30035/certmanager/v1/export?certName=hub_svr
Response example: root.crt file
-----BEGIN CERTIFICATE-----
xxxxxxxxxxxxxxxxxxx...
-----END CERTIFICATE-----