[Pki-devel] [PATCH] 229 - Fix enroll_cert() in cert.py to handle rejected/canceled requests

Ade Lee alee at redhat.com
Mon Aug 18 04:16:26 UTC 2014


Amended as suggested (and fixed as below).
Pushed to master.

Ade
On Fri, 2014-08-15 at 16:37 -0500, Endi Sukma Dewata wrote:
> On 8/15/2014 4:34 PM, Endi Sukma Dewata wrote:
> > On 8/15/2014 4:19 PM, Ade Lee wrote:
> >>   Fix enroll_cert in cert.py to account for rejected requests
> >>           Ticket 1109
> >>   Please review.
> >>
> >> Thanks,
> >> Ade
> >
> > ACK.
> 
> Sorry, this line:
> 
>      if status == CertRequestStatus.COMPLETE:
> 
> probably should have been:
> 
>      if status == CertRequestStatus.PENDING:
> 





More information about the Pki-devel mailing list