X.509 certificate
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) |
||
Line 3: | Line 3: | ||
|subcat=Security | |subcat=Security | ||
|extensions={{ext|crt}} | |extensions={{ext|crt}} | ||
+ | |mimetypes={{mimetype|application/x-x509-ca-cert}} | ||
}} | }} | ||
'''Certificate Files''' supply the public key of somebody you wish to communicate with securely, such as a client or vendor. They are used in electronic transaction processing, for instance. You may need to install a vendor's certificate file on your system in order to send transactions such as credit card sales to be processed. | '''Certificate Files''' supply the public key of somebody you wish to communicate with securely, such as a client or vendor. They are used in electronic transaction processing, for instance. You may need to install a vendor's certificate file on your system in order to send transactions such as credit card sales to be processed. | ||
− | == | + | == Sample files == |
+ | * [http://apps.cybersource.com/library/downloads/CyberSource_SJC_US.crt CyberSource certificate] | ||
+ | |||
+ | == References == | ||
* [http://en.wikipedia.org/wiki/Public-key_cryptography Public-key cryptography (Wikipedia)] | * [http://en.wikipedia.org/wiki/Public-key_cryptography Public-key cryptography (Wikipedia)] | ||
− | * [http://www.cybersource.com/developers/test_and_manage/managing/update_keys_and_certificates/ Info | + | * [http://www.cybersource.com/developers/test_and_manage/managing/update_keys_and_certificates/ Info at Cybersource site] |
Revision as of 15:47, 29 November 2012
Certificate Files supply the public key of somebody you wish to communicate with securely, such as a client or vendor. They are used in electronic transaction processing, for instance. You may need to install a vendor's certificate file on your system in order to send transactions such as credit card sales to be processed.