Skip to content

Commit

Permalink
bug 1896651: switch langpack signing to new AMO certificates (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed May 16, 2024
1 parent a4c6eab commit 40f8b28
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions signingscript/docker.d/passwords.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ in:
- ["https://autograph-external.prod.autograph.services.mozaws.net",
{"$eval": "AUTOGRAPH_LANGPACK_USERNAME"},
{"$eval": "AUTOGRAPH_LANGPACK_PASSWORD"},
["autograph_langpack"]
["autograph_langpack"],
"webextensions_rsa_dep_202402"
]
- ["https://autograph-external.prod.autograph.services.mozaws.net",
{"$eval": "AUTOGRAPH_FOCUS_USERNAME"},
Expand Down Expand Up @@ -233,7 +234,8 @@ in:
- ["https://autograph-external.prod.autograph.services.mozaws.net",
{"$eval": "AUTOGRAPH_LANGPACK_USERNAME"},
{"$eval": "AUTOGRAPH_LANGPACK_PASSWORD"},
["autograph_langpack"]
["autograph_langpack"],
"webextensions_rsa_202404"
]
firefox_and_thunderbird_prod_nightly_autograph:
- ["https://autograph-external.prod.autograph.services.mozaws.net",
Expand Down Expand Up @@ -265,7 +267,8 @@ in:
- ["https://autograph-external.prod.autograph.services.mozaws.net",
{"$eval": "AUTOGRAPH_LANGPACK_USERNAME"},
{"$eval": "AUTOGRAPH_LANGPACK_PASSWORD"},
["autograph_langpack"]
["autograph_langpack"],
"webextensions_rsa_202404"
]
in:
'${scope_prefix[0]}cert:nightly-signing':
Expand Down

0 comments on commit 40f8b28

Please sign in to comment.