update-mscertsign.sh: Fix ouput error in script
This commit is contained in:
parent
55f8847147
commit
1528fdd47c
@ -6,7 +6,7 @@ CSURL="https://ccadb-public.secure.force.com/microsoft/IncludedRootsPEMTxtForMSF
|
|||||||
rm -f mscertsign.txt CS.txt
|
rm -f mscertsign.txt CS.txt
|
||||||
wget -O mscertsign.txt ${CSURL}
|
wget -O mscertsign.txt ${CSURL}
|
||||||
|
|
||||||
echo " Mozilla no longer provides any trust information for code signing, opting only
|
echo "# Mozilla no longer provides any trust information for code signing, opting only
|
||||||
# to supply VERIFY trust, so that Mozilla neither provides policy, nor removes
|
# to supply VERIFY trust, so that Mozilla neither provides policy, nor removes
|
||||||
# the functionality from NSS. The following list of certificate hashes (already
|
# the functionality from NSS. The following list of certificate hashes (already
|
||||||
# installed as they have TLS trust from Mozilla) are also trusted by Microsoft
|
# installed as they have TLS trust from Mozilla) are also trusted by Microsoft
|
||||||
|
Loading…
Reference in New Issue
Block a user