Find the OKTA Authorization Certificate in PEM Format

Hi,

We are protecting Webservices using Okta.

Created a API Services app and a custom authorization server.

The Resource party will validate the JWT tokens.

On the resource Party side (IBM WebSphere), there is an option to import the certificate for used for signing the JWT. So we need the PEM format of the certificate used to sign the JWT token.

I think that certificate is specific to custom auth server.

How to we fetch that in PEM Format?

/keys endpoint gives certificate in JWK format