Obtaining the Public Key

The public key can be obtained directly from FlexNet Operations using the updates-service-rest-controller REST API.

To obtain the public key

Make a GET call to https://<siteID>-uat.flexnetoperations.com/flexnet/operations/api/updates/update-signing-key.

Body Type

Code

Request Body

BarryPhotoStudio

Response Body

{

    "publicKey":"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCVvQg5xomVn3ZCnp+Ln5Ia1z0DUPmyETIAw8I+N9zsf+c3PSWrfBQr8RwuJDFndT7bjGB/UhATyk3yaGT7Lsp/v8XUYliUegQ0ZxK83h6DzRDcOemApchEffAwJp0Egwlt3qpZbEhxaT2wJaiodLyYEXOebk1+dAW0OMEo3A0L+wIDAQAB",

    "errorMessage": ""

}

This public key is required to verify the signature in the response obtained in Requesting Signed Updates.