Generate/Verify JWT - Use TLS Keystore to sign

Hi, a bit of context, when signing a JWT the used field is <SecretKey/Value> with a ‘ref’ usually to retrieve the Secret from a variable that was previously extracted from an encrypted KVM. At least that’s how we usually do it.

I was wondering, can we not use the TLS Keystore to store this private/public certificates? Just in the same way it is done on TargetEndpoints for example, referencing the Keystore and Alias.

I dont see any documentation regarding this, could someone clarify?

Thanks!

1 Like