Forum Discussion

LelandP_316973's avatar
LelandP_316973
Icon for Nimbostratus rankNimbostratus
Aug 09, 2017

How do i use policies to route based on certificate attributes.

I am looking to route based on the CN of a cert, I am already using policies to route to separate pools but would like use the CN of the client certificate to route. I see the "SSL Certificate" entry under rules but i am wondering what the "with index" means, and how i would route based on CN. IRules are not an option.

 

Sorry but the documentation does not say much.

 

1 Reply

  • the documentation is very clear indeed: "Inspects the properties of an SSL certificate."

     

    the index is the index of the certificate with irule you also have to use it. basically it is always 0, the first certificate. you can leave it empty but it will become 0 then.

     

    what then exactly the properties are i don't know for sure, but i would say try with something like CN= and see if it works for you.