summaryrefslogtreecommitdiffstats
path: root/ipsilon/providers/saml2/certs.py
Commit message (Collapse)AuthorAgeFilesLines
* Move accessory functions to a generic tools moduleSimo Sorce2014-04-111-57/+0
| | | | | | | This will allow to easly share the module with install tools, without the need to install server side modules in clients Signed-off-by: Simo Sorce <simo@redhat.com>
* Simple certificate generator classSimo Sorce2014-03-201-0/+57
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>