Skip to content
Snippets Groups Projects

Keycloak NodeJS

Create file .crt

Creates the .crt file and copies the RS256 algorithm certificate from the realm you created in keycloak

-----BEGIN CERTIFICATE-----
{INSERT_TOKEN_HERE}
-----END CERTIFICATE-----

to run the project

npm run dev