Wednesday, May 13, 2020

View details of .p12 certificate on windows machine

C:\Users\rajam>certutil -dump D:\Oracle_2019\Certview\Certificates\wsctt_042020\wsctt-wsvcoraclectt.p12

Enter PFX password:

================ Certificate 0 ================

================ Begin Nesting Level 1 ================

Element 0:

Serial Number: 123456789999999

Issuer: CN=Pearson VUE Root Certificate Authority

 NotBefore: 7/28/2012 2:29 AM

 NotAfter: 7/28/2032 2:29 AM

Subject: CN= abc Root Certificate Authority

CA Version: V0.0

Signature matches Public Key

Root Certificate: Subject matches Issuer

Cert Hash(sha1): 123456789999999

----------------  End Nesting Level 1  ----------------

No key provider information

Cannot find the certificate and private key for decryption.



================ Certificate 1 ================

================ Begin Nesting Level 1 ================

Element 1:

Serial Number: 123456789999999

Issuer: CN= abc Root Certificate Authority

 NotBefore: 8/30/2012 1:26 AM

 NotAfter: 8/30/2022 1:36 AM

Subject: CN= abc CTT Certificate Authority, DC=abc, DC=com

CA Version: V0.0

Certificate Template Name (Certificate Type): SubCA

Non-root Certificate

Template: SubCA

Cert Hash(sha1): 123456789999999

----------------  End Nesting Level 1  ----------------

No key provider information

Cannot find the certificate and private key for decryption.



================ Certificate 2 ================

================ Begin Nesting Level 1 ================

Element 2:

Serial Number: 123456789999999

Issuer: CN= abc CTT Certificate Authority, DC=abc, DC=com

 NotBefore: 4/25/2020 1:16 AM

 NotAfter: 4/25/2021 1:16 AM

Subject: E=pvats@.com, CN=wsctt-wsvcoraclectt, OU=abc, O=NCS , L=Bloomington, S=Minnesota, C=US

Non-root Certificate

Cert Hash(sha1): 123456789999999       

----------------  End Nesting Level 1  ----------------

  Provider = Microsoft Enhanced Cryptographic Provider v1.0

Encryption test passed

CertUtil: -dump command completed successfully.



   

No comments:

Post a Comment

Delete Row Button to all records of Interactive Report in Oracle Apex

 1. add 'Delete' Del column to Report Query 2. Set the Following Properties for the DEL Column Type: Link Heading: Delete Targ...