pki-bot / pki-issues-final

0 stars 0 forks source link

Support NSSDB in Python API #1350

Open pki-bot opened 4 years ago

pki-bot commented 4 years ago

This issue was migrated from Pagure Issue #1360. Originally filed by ftweedal (@frasertweedale) on 2015-04-30 03:32:59:


The pki Python API is difficult to use with FreeIPA because it expects certificates in PEM format, but FreeIPA stores certificates in an NSSDB.

The way FreeIPA does requests is to use httplib with a custom connection factory that establishes the secure connection and handles the client certificate. The Dogtag API uses python-requests, so options seem to be:

pki-bot commented 4 years ago

Comment from ftweedal (@frasertweedale) at 2017-02-27 14:12:09

Metadata Update from @frasertweedale: