Simple certificate generator class
authorSimo Sorce <simo@redhat.com>
Tue, 18 Mar 2014 18:43:04 +0000 (14:43 -0400)
committerSimo Sorce <simo@redhat.com>
Thu, 20 Mar 2014 21:28:03 +0000 (17:28 -0400)
commit76520e6e044dc5ef04158242753e5a1653d77c25
tree438d2c8341056a4a454924601ea8ff9354c4a751
parentc7e6e4e3129120cc14cc051290de2d15627ef499
Simple certificate generator class

For now just generates self-signed certificates.
In future this calss should connect to a CA, or other service like
certmnger's getcert to retrieve a certificate from a CA.

Signed-off-by: Simo Sorce <simo@redhat.com>
ipsilon/providers/saml2/certs.py [new file with mode: 0755]