This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
We are planning to Generate a
public/private key pair. Expose the public key to business client while storing the private key in an encrypted KVM. Use the private key for generating JWT Token.
Another public/private key pair will be generated for another api proxy, while verifying the JWT Token and calling end service of the business client.
We will expose only the public keys over network during transaction.