debug certif

This commit is contained in:
Francois Lesueur
2023-05-26 15:02:34 +02:00
parent 958a6225b1
commit 5b2f572453
5 changed files with 17 additions and 14 deletions

View File

@ -24,7 +24,7 @@ fi
# On place les certifs
if [ -f tls/root_ca.crt ]; then
cp -ar tls/root_ca.crt /usr/local/share/ca-certificates/
cp -ar tls/root_ca.crt /usr/local/share/ca-certificates/root.crt
/usr/sbin/update-ca-certificates --fresh
fi
@ -33,7 +33,7 @@ echo -e '{
"policies": {
"Certificates": {
"ImportEnterpriseRoots": true,
"Install": ["/etc/ssl/certs/root_ca.pem"]
"Install": ["/etc/ssl/certs/root.pem"]
}
}
}' > /usr/lib/firefox-esr/distribution/policies.json