Custom certificate as proof of transaction

Posted by Andy on Stack Overflow See other posts from Stack Overflow or by Andy
Published on 2010-05-03T04:21:32Z Indexed on 2010/05/03 4:28 UTC
Read the original article Hit count: 343

Filed under:
|
|

I'm developing a site where a user conducts a given transaction and once completed, the user is issued with a 'secure certificate'. The certificate serves as proof of the transaction and the user is able to upload the certificate at a later stage, to view the details of the transaction.

At the moment I'm using a custom XML document with encrypted fields. It works perfect, but I would like a standardized approach, such as an X.509 certificate. I'm no encryption expert, but from what I gather, X.509 is more geared towards SSL issued by a CA.

Is it possible to create your own valid valid CRT file? As a test, I created a CRT file with the example provided on WikiPedia. However, when I open the file in Windows I get this warning: Invalid Public Key Security Object File - This file is invalid as the following: Security Certificate.

Not having much luck here, so time to ask the experts. What direction should I be heading in? Any guidance would be greatly appreciated.

© Stack Overflow or respective owner

Related posts about certificate

Related posts about security