regarding using public key to verify client
ankit <ankit.ankit@...>
Suppose my application is deployed on the cloud foundry and my client sends
a POST request that contains some message but that message is digitally
signed by client’s private key. So, I need client’s public key(digital id of
client) to verify my client for inbound calls in the cloud foundry where
application is running. So, can you tell me where can I put these public
keys(digital IDs of clients) in java build pack or any other place.
Similarly, for outbound calls I want my message to be digitally signed and
for that I need private key to be used. So, where can I put that also?
--
View this message in context: http://cf-dev.70369.x6.nabble.com/regarding-using-public-key-to-verify-client-tp2711.html
Sent from the CF Dev mailing list archive at Nabble.com.
a POST request that contains some message but that message is digitally
signed by client’s private key. So, I need client’s public key(digital id of
client) to verify my client for inbound calls in the cloud foundry where
application is running. So, can you tell me where can I put these public
keys(digital IDs of clients) in java build pack or any other place.
Similarly, for outbound calls I want my message to be digitally signed and
for that I need private key to be used. So, where can I put that also?
--
View this message in context: http://cf-dev.70369.x6.nabble.com/regarding-using-public-key-to-verify-client-tp2711.html
Sent from the CF Dev mailing list archive at Nabble.com.