This commit is contained in:
Francois Lesueur
2022-12-23 15:15:49 +01:00
parent 5e5fd1b19a
commit 4672e0dfc3
4 changed files with 18 additions and 100 deletions

View File

@ -28,3 +28,13 @@ if [ -d letsencrypt ]; then
cp /etc/letsencrypt/local/rootCA.pem /usr/local/share/ca-certificates/rootCA.crt
/usr/sbin/update-ca-certificates --fresh
fi
# Add to Firefox store
echo -e '{
"policies": {
"Certificates": {
"ImportEnterpriseRoots": true,
"Install": ["/etc/ssl/certs/rootCA.pem"]
}
}
}' > /usr/lib/firefox-esr/distribution/policies.json

View File

@ -0,0 +1,15 @@
<html>
<a href="https://kaz.local">https://kaz.local</a><br/>
<a href="https://www.kaz.local">https://www.kaz.local</a><br/>
<a href="https://depot.kaz.local">https://depot.kaz.local</a><br/>
<a href="https://tableur.kaz.local">https://tableur.kaz.local</a><br/>
<a href="https://pad.kaz.local">https://pad.kaz.local</a><br/>
<a href="https://webmail.kaz.local">https://webmail.kaz.local</a><br/>
<a href="https://sondage.kaz.local">https://sondage.kaz.local</a><br/>
<a href="https://test-garradin.kaz.local">https://test-garradin.kaz.local</a><br/>
<a href="https://wiki.kaz.local">https://wiki.kaz.local</a><br/>
<a href="https://git.kaz.local">https://git.kaz.local</a><br/>
<a href="https://office.kaz.local">https://office.kaz.local</a><br/>
<a href="https://cloud.kaz.local">https://cloud.kaz.local</a><br/>
<a href="https://agora.kaz.local">https://agora.kaz.local</a><br/>
</html>