Mountazar
Sep 03, 2022Nimbostratus
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...
- 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,
.