Quantcast
Channel: Matt Parkinson - Notebook » Windows Server
Viewing all articles
Browse latest Browse all 10

ASN1 Bad Tag When Installing An SSL on SBS 2008

$
0
0

When I was installing a Thawte SSL certificate on to a new small business server 2008 I cam across the following error which prevented me from installing the certificate at first. I thought I would have to generate a new CSR and wait for Thawte to re-issue the certificate however there is another way around this.

asn1badtag

To fix this and install the certificate you will need to import the certificate in the certificates management snap-in and then use certutil to repair the key store. This can be done by following the steps below.

  1. Go to Start>Run and type in MMC.exe and press enter.
  2. Go to File>Add/Remove Snap-in
  3. Select certificates and press add
  4. Select computer account and press next
  5. Select local computer and press finish
  6. Press ok to go back to the MMC window and you should now see certificates shown
  7. Expand certificates and select personal
  8. Right click the personal folder and select All Taks>Import
  9. Browse to the certificate file and click through the wizard to import it
  10. In the right hand pane double click the certificate you imported to open its properties
  11. Go to the details tab and scroll down until you see the thumbprint
  12. Copy the thumbprint text to the clipboard
  13. Go to Start>Run and type in cmd.exe and press enter
  14. In the command prompt box type “certutil -repairstore my “insert thumbprint here””
  15. You should see a message about the repair store being completed and the certificate installation is now complete.

Viewing all articles
Browse latest Browse all 10

Trending Articles