Discussion:
[Freeipa-devel] [freeipa PR#717][opened] csrgen: Finish NSS support
LiptonB
2017-04-16 23:02:29 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/717
Author: LiptonB
Title: #717: csrgen: Finish NSS support
Action: opened

PR body:
"""
I took the approach of generating a new key for each request, as keys already stored in a database are difficult to name precisely. I also had to add another hook to `CSRLibraryAdaptor` that is called after the cert is returned from the server, so that we could add the cert to the database as desired.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/717/head:pr717
git checkout pr717

Loading...