For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Mountazar's avatar
Mountazar
Icon for Nimbostratus rankNimbostratus
Sep 03, 2022
Solved

Unable to define WSS client certificate in F5-ASM

Hello, I'm trying to define for web-services security, a client certificate client_cert issued by another self-signed certificate root_cert, under: Security >> Options:Application Security: Advanced...
  • Mountazar's avatar
    Sep 04, 2022

    It appeared that after executing the below command:

    • openssl x509 -in root_cert.crt -text >> /config/ssl/ssl.crt/ca-bundle.crt

    The root_cert was appended to the last line of the previously existing certificate:

    -----END CERTIFICATE----- Certificate:

    We had to insert a blank line between these to become as follows at which moment we could define successfully the client WSS certificate (client_cert):

    -----END CERTIFICATE-----

    blank_line

    Certificate:

    Regards,

    .