Commit 95291992 authored by boklm's avatar boklm Committed by Richard Pospesel
Browse files

Bug 40881: Ask for the correct nssdb password when signing mullvadbrowser

parent 176e8382
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -14,8 +14,10 @@ echo
test -f "$steps_dir/macos-signer-notarization.done" ||
  read -sp "Enter macos notarization passphrase: " NOTARIZATION_PW
echo
is_project torbrowser && nssdb=torbrowser-nssdb7
is_project mullvadbrowser && nssdb=mullvadbrowser-nssdb-1
test -f "$steps_dir/linux-signer-signmars.done" ||
  read -sp "Enter nssdb7 (mar signing) passphrase: " NSSPASS
  read -sp "Enter $nssdb (mar signing) passphrase: " NSSPASS
echo

if is_project torbrowser; then