[Freeipa-devel] [freeipa PR#434][opened] csrgen: Automate full cert request flow

LiptonB freeipa-github-notification at redhat.com
Sat Feb 4 15:38:06 UTC 2017


   URL: https://github.com/freeipa/freeipa/pull/434
Author: LiptonB
 Title: #434: csrgen: Automate full cert request flow
Action: opened

PR body:
"""
Adds `--autogenerate` flag to `ipa cert-request` command. It no longer
requires a CSR passed on the command line, instead it creates a config
(bash script) with `cert-get-requestdata`, then runs it to build a CSR,
and submits that CSR.

Example usage (NSS database):
$ ipa cert-request --autogenerate --principal blipton --profile-id userCert --database /tmp/certs

Example usage (PEM private key file):
$ ipa cert-request --autogenerate --principal blipton --profile-id userCert --private-key /tmp/key.pem
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/434/head:pr434
git checkout pr434
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-pr-434.patch
Type: text/x-diff
Size: 9366 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20170204/13e07da0/attachment.bin>


More information about the Freeipa-devel mailing list