Forum Discussion

awan_m's avatar
awan_m
Icon for Cirrostratus rankCirrostratus
Jan 22, 2025

client ssl profile update for issuer presented

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