Hi - my clients are using multiple certificate issuers
so i need to apply ssl profile depending on the client certificate issuer.
if i use the ssl::profile command in rule - it can only be applied within client accepted
how can i switch ssl profile after client SSL certificate is presented and issuer is validated.
if
[X509::issuer [SSL::cert 0] = “ABC”
ssl::profile client_abc
else
ssl::profile client_xyz
thanks
