Move the logic for "Derived Trust Bits" and "EV SSL Capable" into separate routines that can be called by both an hourly batch job and by the ALV button. Add new field to intermediate certificate records called "Parent ID for Audits" and "Parent ID for Policies". These fields will be used for displaying audit and policy information that is inherited from further up the CA hierarchy when the "Same as Parent" boxes are checked. Have an hourly process check for changes that cause updates to this field.
Bug 1756007 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Add new field to intermediate certificate records called "Parent ID for Audits" and "Parent ID for Policies". These fields will be used for displaying audit and policy information that is inherited from further up the CA hierarchy when the "Same as Parent" boxes are checked. Have an hourly process check for changes that cause updates to this field. Move the logic for "Derived Trust Bits" and "EV SSL Capable" into separate routines that can be called by both an hourly batch job and by the ALV button. Update the ALV batch job to run once per day, but 15 minutes after the "Derived Trust Bits" and "EV SSL Capable" processes run.
Add new field to intermediate certificate records called "Parent ID for Audits" and "Parent ID for Policies". These fields will be used for displaying audit and policy information that is inherited from further up the CA hierarchy when the "Same as Parent" boxes are checked. Have an hourly process check for changes that cause updates to this field. Move the logic for "Derived Trust Bits" and "EV SSL Capable" into separate routines that can be called by both an hourly batch job and by the ALV button. Update the ALV batch job to run once per day, but 15 minutes after the "Derived Trust Bits" and "EV SSL Capable" processes run. (so the existing "Derived Trust Bits" and "EV SSL Capable" logic that is in the ALV batch job will be removed)
Move the logic for "Derived Trust Bits" and "EV SSL Capable" into separate routines that can be called by an hourly batch job. (out of the ALV logic and ALV batch job) Update the ALV batch job to run once per day, but 15 minutes after the "Derived Trust Bits" and "EV SSL Capable" processes run.