Penguin
Diff: DigitalCertificate
EditPageHistoryDiffInfoLikePages

Differences between current version and previous revision of DigitalCertificate.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Saturday, February 28, 2009 3:42:00 pm by LawrenceDoliveiro
Older page: version 1 Last edited on Saturday, February 28, 2009 2:21:37 pm by LawrenceDoliveiro Revert
@@ -1,5 +1,5 @@
-A __digital certificate__ is a string of bits that certifies that somebody is who they say they are. It contains suitable identifying information about the entity (e.g. person's name, registered company name) together with a PublicKey, and is signed by some Certifying Authority (CA), who is expected to only have granted the certificate after receipt of suitable proof of identity from the entity concerted. 
+A __digital certificate__ is a string of bits that certifies that somebody is who they say they are. It contains suitable identifying information about the entity (e.g. person's name, registered company name) together with a PublicKey, and is signed by some Certifying Authority ([ CA|CertificationAuthority] ), who is expected to only have granted the certificate after receipt of suitable proof of identity from the entity concerted. 
  
 This CA is identified by its own digital certificate, which might in turn be signed by some other higher-level CA, and so on until we get to ''root certificates'' that are already included with, and trusted by, the system that the recipient is using to check the authenticity of the certificate. 
  
 For example, if you check the Certificate Manager dialog in a default installation of Firefox 3.0, you will see root certificates from about 50 different CAs.