[Pki-devel] [PATCH] 303-306 Various issues

Ade Lee alee at redhat.com
Fri May 20 19:20:39 UTC 2016


Please review:

Patches listed in reverse order (306 -> 303)

Ade

commit e3d47aabee97773832d2f8ac7ff138314b44f646
Author: Ade Lee <alee at redhat.com>
Date:   Thu May 19 11:56:26 2016 -0400

    Add revocation information to pki CLI output.
    
    The date on which the certificate is revoked and the agent that
    revoked it is displayed now in cert-find and cert-show output.
    
    Ticket 1055

commit fb7707dbf7148387075fc21d803e2ecb12c66ab6
Author: Ade Lee <alee at redhat.com>
Date:   Thu May 19 10:49:59 2016 -0400

    Allow cert-find using revocation reasons
    
    The REST API expects the integer revocation code to be passed
    in a certificate search.  We have modified the client to allow
    the user to provide either a revocation code or a revocation
    reason as a search parameter.
    
    Ticket 1053

commit 443b3676302e7861180802784d8a1ebc43d07ea3
Author: Ade Lee <alee at redhat.com>
Date:   Thu May 19 00:08:20 2016 -0400

    Add parameters to purge old published files
    
    Ticket 2254

commit 31342868aa4468fd7c2818727930932fd1e2d23e
Author: Ade Lee <alee at redhat.com>
Date:   Wed May 18 15:33:36 2016 -0400

    Add parameters to disable cert or crl publishing
    
    Right now, if publishing is enabled, both CRLs and Cert publishing
    is enabled.  This causes a bunch of spurious error messages on
    IPA servers as cert publishing is not configured.
    
    As it is impossible to determine if cert publishing is not desired
    or simply misconfigured, we provide options to explicitly disable
    either cert or crl publishing.
    
    Specifically:
    * to enable/disable  both cert and crl publishing:
      ca.publishing.enable = True/False
    
      This is the legacy behavior.
    
    * to enable CRL publishing only:
      ca.publishing.enable = True
      ca.publishing.cert_enable = False
    
    * to enable cert publishing only:
      ca.publishing.enable = True
      ca.publishing.crl_enable = False
    
    Ticket 2275
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0306-Add-revocation-information-to-pki-CLI-output.patch
Type: text/x-patch
Size: 9869 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/pki-devel/attachments/20160520/b8f4ecb0/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0305-Allow-cert-find-using-revocation-reasons.patch
Type: text/x-patch
Size: 2852 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/pki-devel/attachments/20160520/b8f4ecb0/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0304-Add-parameters-to-purge-old-published-files.patch
Type: text/x-patch
Size: 8150 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/pki-devel/attachments/20160520/b8f4ecb0/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0303-Add-parameters-to-disable-cert-or-crl-publishing.patch
Type: text/x-patch
Size: 32276 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/pki-devel/attachments/20160520/b8f4ecb0/attachment-0003.bin>


More information about the Pki-devel mailing list