Difference between revisions of "An example"

From MyWiki
Jump to: navigation, search
(Created page with "<source lang="text"> </source>")
 
 
Line 1: Line 1:
 
<source lang="text">
 
<source lang="text">
  
 +
 +
C:\>certutil -addstore my info_gold_ac_uk.crt
 +
Certificate "CN=info.gold.ac.uk, OU=Domain Control Validated" added to store.
 +
CertUtil: -addstore command completed successfully.
 +
 +
C:\>certutil -repairstore my "e4 3e 13 95 cf 90 40 57 d1 49 66 61 b6 de b1 0b 07
 +
3a 96 8e"
 +
================ Certificate 1 ================
 +
Serial Number: e35e2334372385babfbb4b869def64e5
 +
Issuer: CN=TERENA SSL CA, O=TERENA, C=NL
 +
Subject: CN=info.gold.ac.uk, OU=Domain Control Validated
 +
Non-root Certificate
 +
Cert Hash(sha1): e4 3e 13 95 cf 90 40 57 d1 49 66 61 b6 de b1 0b 07 3a 96 8e
 +
  Key Container = b5e12601-84f3-4adb-bedf-5d9064858dae
 +
  Provider = Microsoft Enhanced Cryptographic Provider v1.0
 +
Encryption test passed
 +
CertUtil: -repairstore command completed successfully.
  
  

Latest revision as of 12:22, 29 October 2014

C:\>certutil -addstore my info_gold_ac_uk.crt
Certificate "CN=info.gold.ac.uk, OU=Domain Control Validated" added to store.
CertUtil: -addstore command completed successfully.
 
C:\>certutil -repairstore my "e4 3e 13 95 cf 90 40 57 d1 49 66 61 b6 de b1 0b 07
 3a 96 8e"
================ Certificate 1 ================
Serial Number: e35e2334372385babfbb4b869def64e5
Issuer: CN=TERENA SSL CA, O=TERENA, C=NL
Subject: CN=info.gold.ac.uk, OU=Domain Control Validated
Non-root Certificate
Cert Hash(sha1): e4 3e 13 95 cf 90 40 57 d1 49 66 61 b6 de b1 0b 07 3a 96 8e
  Key Container = b5e12601-84f3-4adb-bedf-5d9064858dae
  Provider = Microsoft Enhanced Cryptographic Provider v1.0
Encryption test passed
CertUtil: -repairstore command completed successfully.