Certificats Let's Encrypt
Find a file
Seth Schoen 6d64bab45e wow, but M2Crypto is annoying! - make a BIO for the public key
It turns out that M2Crypto.RSA.load_key_string() requires a keypair,
not a public key.  There is no M2Crypto.RSA.load_pub_key_string(),
only M2Crypto.RSA.load_pub_key_bio(), which requires an OpenSSL BIO
object.
2012-07-12 14:48:32 -07:00
client-webserver make client use M2Crypto also 2012-07-12 14:36:39 -07:00
doc Docs 2012-05-17 13:08:39 -07:00
m3crypto@d4e8a6c42a Add m3crypto as a submodule 2012-07-10 18:04:18 -07:00
sample-files Add README explanation 2012-06-28 15:19:28 -07:00
server-ca wow, but M2Crypto is annoying! - make a BIO for the public key 2012-07-12 14:48:32 -07:00
.gitmodules Add m3crypto as a submodule 2012-07-10 18:04:18 -07:00
README making sure that I can push to this repository 2012-05-27 22:50:27 -07:00

The Chocolate project to implement sweet automatic encryption for webservers.