progress
This commit is contained in:
@ -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
|
||||
|
15
files/snster-kaz/isp-a/home/test.html
Normal file
15
files/snster-kaz/isp-a/home/test.html
Normal 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>
|
Reference in New Issue
Block a user