Skip to content
  • J.C. Jones's avatar
    Bug 1525191 - Regenerate all .pem.certspec files into their .pems r=try... · 6c96ae98
    J.C. Jones authored
    Bug 1525191 - Regenerate all .pem.certspec files into their .pems r=try a=try,timebomb-fix CLOSED TREE
    
    Summary:
    Scripts:
    https://gist.github.com/jcjones/b25e07de3a48c3ed084f0f9e26911693
    
    # From the above gist
    ./jcj-regenerate-certspecs
    
    # This is a DER form, not a PEM.
    openssl x509 -in security/manager/ssl/tests/unit/test_signed_apps/xpcshellTestRoot.pem -outform der > security/manager/ssl/tests/unit/test_signed_apps/xpcshellTestRoot.der
    rm security/manager/ssl/tests/unit/test_signed_apps/xpcshellTestRoot.pem
    
    # These don't seem to be checked in
    rm services/common/tests/unit/test_blocklist_signatures/*.pem
    
    Reviewers: ccoroiu
    
    Bug #: 1525191
    
    Differential Revision: https://phabricator.services.mozilla.com/D18638
    
    --HG--
    extra : source : b6ec07118c7058cbd2eaf9b7aa741528b1650047
    extra : intermediate-source : e3f0663bac742332ee5d2dace75a190c4480284a
    6c96ae98