So, I have an internal CA that I use for everything on my network. This CA also handles the VPN components that I use.
Namely, I have a root CA and multiple intermediate CAs underneath for different use cases - one is for SSL Client Auth (so SSL cert over HTTPS, etc.), one is for internal server certificates, and one is for VPN CA.
So, the root chain looks like this:
Internal CA
|-- VPN CA
|-- Server Certificate
|-- [Client certs since the CA can issue them]
Unfortunately, when trying to use this CA chain and such, it all hard-fails and I can't authenticate the clients.
Is there any way to make this type of chain work in the XG Firewall? I have tried several ways unsuccessfully.
This thread was automatically locked due to age.