Forum Discussion
Unable to define WSS client certificate in F5-ASM
- 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,
.
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,
.
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com