Hello and thanks for help in advance!
I try to configure a Raspberry in Kiosk-Mode to show some website.
Problem: the AutoSelectCertificateForUrls doesn't work, because if I open chrome://policy the policy has no value set.
My .json file, placed under etc/chromium/policies/managed/auto_select_certificate.json
{
"AutoSelectCertificateForUrls": [
"{\"pattern\":\"https://adress.adress/somewhere\",\"filter\":{\"ISSUER\":{\"CN\":\"issuer.CN\“}}}“
]
}
Also tried
[
"{\"pattern\":\"https://adress.adress\",\"filter\":{}}"
]