views:

34

answers:

0

Hi guys, I'm coding a internal Java mail website for my company. It requires all mail must pass the trusted certificates. Now I just have a *.p7b file and I'm gonna add it to my source code and pass my mail with that certification. All suggestion, documentation and examples are gratefully welcomed. Thanks in advance!

Update: Following some documents, I've exported a DER encoded binary X.509 cer file from my company trusted certification. Is all I have to do copy that file into JRE and run my simple sending mail program? Please give me a clue!