<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Aaand there's a typo in patch 15. Updated version attached.<br>
    <br>
    On 08/09/2016 02:22 PM, Ben Lipton wrote:<br>
    <blockquote
      cite="mid:cdda4d28-8fd1-4d51-a18f-8e991b47fe0a@redhat.com"
      type="cite">Hello,
      <br>
      <br>
      The attached patches improve upon my last patchset to:
      <br>
      <br>
      0013: Add support for generating a full script that makes a CSR,
      rather than just a config, and use that support to automate the
      full flow from script generation through cert issuance
      <br>
      Usage note: the UI for this could probably use work. I currently
      have the --helper-args param that allows additional data to be
      passed to the helper. Commonly this would be something like:
      <br>
      Certutil: --helper-args '-d /path/to/nss/db' (precreated with
      certutil -N -d /path/to/nss/db)
      <br>
      Openssl: --helper-args 'd /path/to/keyfile' (precreated with
      openssl genrsa -out /path/to/keyfile)
      <br>
      See the commit message for a full command line.
      <br>
      <br>
      0014: Allow the feature to be used by non-admin users
      <br>
      <br>
      0015: Improve error handling by reporting a nice message if the
      mapping rules are broken, or if the data required to generate the
      subject DN is missing
      <br>
      <br>
      These improvements may make it easier to test the other patches.
      <br>
      <br>
      Thanks,
      <br>
      Ben
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>