This is not strictly a Network Extension question, but for context: We are developing a content filter using NETransparentProxyProvider
network extension and we also need the operating system trust a third party certificate authority (CA).
This operation requires user interaction and this is fine during a normal installation. However, it is not desirable when deployed via a Mobile Device Management (MDM) system as the end users can skip the CA installation step ending up with a broken installation.
Is there a way to bypass CA certificate trust popups when deployed via an MDM?