vakwetu / certmonger

Forked from certmonger 2 years ago
Clone

150e4bb Accept CA roots as a JSON object

Authored and Committed by nalin 8 years ago
1 file changed. 149 lines added. 25 lines removed.
    Accept CA roots as a JSON object
    
    In addition to the hacky nicknames-and-certs lists, accept a JSON object
    with elements named "roots", "other-roots", and "others", each of which
    is an object with keys equal to suggested nicknames for use when storing
    in an NSS database, and with their corresponding values being PEM-format
    certificates.  Leave it undocumented for the moment until we're sure the
    specific format works well enough.
    
        
file modified
+149 -25