Get private key for my Application in Auth0

Hi,

I’m trying to integrate my Auth0 Application with my API server, however I need below files to generate a pkcs12 file.
“my_app.crt”
“my_app.csr”
“my_app.key”
Does anyone know, where can I find these files in Auth0 page.

Hi @amarendra.rakesh,

Welcome to the Auth0 Community!

You can view your signing certificates by following these steps:

https://auth0.com/docs/config/tenant-settings/signing-keys/view-signing-certificates

Hi @dan.woda
Thanks for sharing the link, however, I can’t see the steps to find the private key.
Do I need to generate private key based on the details in “Signing certificate” section.

Or is there a section in Auth0 where I can find my private key.
Thanks,

If you are using HS256, the private key is the client secret:

I’m using RS256 signing algorithm.
Do you know, how can I convert the client secret into a RS256 private key which looks similar to below.

-----BEGIN PRIVATE KEY-----
SDJKKSADJALDAF…
-----END PRIVATE KEY-----

The RS256 private key is not available. You should use the public key to verify your tokens. You can find your public key PEM certificate at this URL of your tenant: https://YOUR_DOMAIN/pem.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.