rcritten / certmonger

Forked from certmonger 7 years ago
Clone

ae3f935 Save CA certs *before* running post-save hooks

Authored and Committed by nalin 9 years ago
    Save CA certs *before* running post-save hooks
    
    Rework the state machine so that we save an issued certificate's
    associated CA certificates, then re-read the certificate, then run the
    post hook and issue notifications, in that order, instead of saving CA
    certificates after running the post hook, which was always a surprising
    order to be doing things (#1131700).
    
        
file modified
+6 -0
file modified
+69 -53
file modified
+15 -2
file modified
+5 -2
file modified
+144 -56
file modified
+26 -3
file modified
+6 -2
file modified
+2 -2
file modified
+17 -15
file modified
+5 -1
file modified
+225 -142
file modified
+12 -4