Configuring more than one server certs

Hi All,
Is it possible to configure more than one server certs (Server Private Key, and Server Public key)? Because in Security > Certificates, we can define keys for only one.
Regards,
Faisal

Hi Faisal,
As per my knowledge on security we can not configure more than one private key or public key for same profile or one profile .

each port can have different set of certs, check the create port page, you should see the section to specify certs. This is good for inbound connections.

for outbound, you can use pub.security:setKeyAndChain to have different set of certs for each connection.

Thanks for this info Tong