{
"policies": {
"ImportEnterpriseRoots": true,
"Certificates": {
"Install": [
"${CHROOT}/usr/bin/cshell/cert/CShell_Certificate.crt"
]
}
}
}
{
"policies": {
"Certificates": {
"ImportEnterpriseRoots": true,
"Install": [
"${CHROOT}/usr/bin/cshell/cert/CShell_Certificate.crt"
]
}
}
}
works for me.
This is how the current
policies.jsonis created:See https://github.com/ruyrybeyro/chrootvpn/blob/main/vpn.sh#L707
Changing to
works for me.