Skip to content
  • Emilio Cobos Álvarez's avatar
    Bug 1435644 - Regenerate the security/manager/ssl test certificates and keys.... · 0ccfb328
    Emilio Cobos Álvarez authored
    Bug 1435644 - Regenerate the security/manager/ssl test certificates and keys. r=franziskus, a=test-only
    
    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. Also regenerate the signed apps and metadata for tests expecting specific dates.
    
    MozReview-Commit-ID: C2bkSo6YYCU
    
    --HG--
    extra : source : 95fd9deac911b5bb667d8750c9669822d68b80fc
    extra : intermediate-source : 87c5dfa3fc645fab244a4dd294b0ba6c128ca7b9
    extra : histedit_source : e473910425d1832523c97d151ed55467211f0ad6%2Cae2e623cfdb062b5347612f8011bd6d36b036288
    0ccfb328