Skip to content
  • Emilio Cobos Álvarez's avatar
    Bug 1435644: Regenerate the security/manager/ssl test certificates and keys.... · 01d66315
    Emilio Cobos Álvarez authored
    Bug 1435644: Regenerate the security/manager/ssl test certificates and keys. r=franziskus a=Aryx on a CLOSED TREE
    
    For this, I've uncommented the relevant bits in moz.build files, then:
    
      ./mach build security/manager
      for dir in $(rg GeneratedTestCertificate | grep security | cut -d : -f 1); do
        cp obj-x86_64-pc-linux-gnu/$(dirname $dir)/*.pem $(dirname $dir);
      done
    
    And same with GeneratedTestKey / *.key
    
    MozReview-Commit-ID: C2bkSo6YYCU
    
    --HG--
    extra : amend_source : b59d21b695544a1a4b6c45ba9c00c40f8ceb0f1a
    01d66315