Confirmed users
448
edits
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
### # NSS/bin must be ahead of the rest of the path because NSS and Windows both have tools called "certutil". | ### # NSS/bin must be ahead of the rest of the path because NSS and Windows both have tools called "certutil". | ||
### export PATH=$NSS/bin:$NSS/lib:$PATH | ### export PATH=$NSS/bin:$NSS/lib:$PATH | ||
# | # To build the new certs: | ||
## rm -Rf certdb.tmp | ## rm -Rf certdb.tmp | ||
## ./new_certdb.sh certdb.tmp | ## ./new_certdb.sh certdb.tmp | ||
## ./add_or_replace_root_cert.sh certdb.tmp root-ca-reviewers-marketplace # | ## ./add_or_replace_root_cert.sh certdb.tmp root-ca-reviewers-marketplace | ||
# if you want -dev support too do: | |||
## ./add_or_replace_root_cert.sh certdb.tmp marketplace-dev-public-root | |||
## ./add_or_replace_root_cert.sh certdb.tmp marketplace-dev-reviewers-root | |||
## ./change_trusted_servers.sh full_unagi "https://marketplace-dev.allizom.org,https://marketplace.firefox.com" | ## ./change_trusted_servers.sh full_unagi "https://marketplace-dev.allizom.org,https://marketplace.firefox.com" | ||
# And finally: | |||
## ./push_certdb.sh full_unagi certdb.tmp | ## ./push_certdb.sh full_unagi certdb.tmp | ||
If you're lucky you might be able to persuade someone who already has NSS installed to create the certdb.tmp folder, patch it with reviewer cert access, and email it to you :) If so you only need to complete step 1 (get the git repo) and the last step to push the certdb.tmp contents to the device! | |||