Hi,

I'm trying to find Internet "certificate" information from within a Perl program instead of using the Certificates button under IE/Tools/Internet Options/Content. I thought they'd be in the registry, but that's turned into a blind alley. At least, I've not been able to find any there.

Can anyone shed some light on this murky (i.e. registry) topic?

The two replies as of 09 Nov. suggested the registry key HKCU/Software/Microsoft/SystemCertificates/My/Certificates. Well, it was worth some chagrin, and worth a try...

Sadly, that's as far as it went. On one of the two PCs where I tried it, the .../Certificates branch didn't even exist. On the other, it was empty. In *both* cases, the entire .../SystemCertificates/... branch was nearly empty (one contained a few "Blob" subkeys--REG_BINARY values).

So, while it sure looked promising, the promise was broken; the certificate data must lie somewhere else, and my question still stands. Bleah.

Thanks,

Dismas

In reply to (UPDATED) My Certificates are WHERE? by Dismas

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.