Mutual TSL /Client Certifcate authentication

JamesBowen

19+ years progress programming and still learning.
I have a requirement to expose a PASOE for WEB & AppServer to the internet.
The security requirement is that the client's public certificate is loaded into PASOE/tomcat.
So as part of TLS handshake process the client will present their public certificate (Client Certificate Authentication / mutual TLS) and we match that certificate with what we already have loaded.

Is this something that PASOE supports by allowing multiple public certificates to be loaded on the server?
 
Currently running on OE 11.7.x. Upgrading to 12.x is not an option at this stage.

I am wondering whether to use Cloudflare to act as the first line of defence and it can handle the Client Certificate authentication for inbound request.

Follow up question, can 11.7.x PASOE/tomcat handle IP address whitelisting?
 
Last edited:
Back
Top