Is there any client side encryption for the messages published from my Java application to AWS SNS?

51 Views Asked by At

I want to establish secure communication for the messages published to the AWS SNS topic. I want to encrypt all the messages through the certificates generated by XCA from my Java application. And also How to upload the servercert, serverkey to AWS SNS so that the encrypted messages can be decrypted at SNS. I want to establish data encryption in transit

0

There are 0 best solutions below