I was recently reading The SSL Certificates HOWTO. The last section of the document is a blurb on the need for a global public key infrastructure (pki). This got me thinking about alternatives to the current "pay Verisign (or one of their other fronts) ~$1000/year" approach to SSL Certificates.

The obvious alternative is to self-sign the certificates. The only major problem (and it is major) that I see with this is that when such a certificate is used on a website, the browser will display a rather unsettling message to the user. This damages your site's credibility and will result in a drastic loss of confidence on the part of your potential customers. But what are the other alternatives?

Doing several searches on this topic, I've come across many suggestions of "webs of trust" basically a p2p model of people vouching for others they know. This seems extremely open to abuse (create 10-20 false identities and you're set) and I am left with the feeling that there has to be a better way.

An open, non-profit consortium dedicated to becoming the de facto standard in certificate handling seems to be a viable solution. There would be a few problems, such as initial costs, legal liability, creating the initial trust, but nothing I can see that can't be overcome. My question then is, why hasn't this already been created? Is there something I'm not considering here that warrants Verisign and company's borderline extortion?

Thank you for your replies.


In reply to (OT) SSL Certificates: Self-Signing and Alternative Solutions by Anonymous Monk

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.