DEV Community

Discussion on: Apache Pulsar OAuth2 dev setup with Docker and KeyCloak

Collapse
 
rrrrrr111 profile image
Roman Churganov

You can convert Keycloak public certificate into Pulsar key format with openssl like $> openssl rsa -in pulsar_admin.key -pubout -outform DER -out pulsar_admin_pub.key

Collapse
 
_hs_ profile image
HS

If someone finds the post useful they will hopefully scroll to comment section to see this if they dislike Groovy approach. I just wanted to offer any example but I think openssl is a bit better. Thanks