Popular recipes tagged "authority"http://code.activestate.com/recipes/tags/authority/2010-08-25T00:49:48-07:00ActiveState Code RecipesM2Crypto-compatible root certificate list generator (Python)
2010-08-25T00:49:48-07:00Mike Ivanovhttp://code.activestate.com/recipes/users/4169853/http://code.activestate.com/recipes/577370-m2crypto-compatible-root-certificate-list-generato/
<p style="color: grey">
Python
recipe 577370
by <a href="/recipes/users/4169853/">Mike Ivanov</a>
(<a href="/recipes/tags/authority/">authority</a>, <a href="/recipes/tags/certificate/">certificate</a>, <a href="/recipes/tags/cryptography/">cryptography</a>, <a href="/recipes/tags/https/">https</a>, <a href="/recipes/tags/pem/">pem</a>, <a href="/recipes/tags/ssl/">ssl</a>).
</p>
<p>This modified version of the Heikki Toivonen's certdata2pem script automatically downloads the freshest certdata.txt file and converts it to PEM format. Requires M2Crypto. </p>