Hello everybody,
I need to install a production signed customer certificates for HTTPs, packaged as .pfx archive: our production deployment is based on UberJar and Jetty.
Until we used self-signed certificates, as explained in the user guide: [HTTPS configuration for UberJAR - CUBA platform. Developer’s Manual (cuba-platform.com)] (Configuring HTTPS for UberJAR - CUBA Platform. Developer’s Manual) everything went well.
Now we find very serious problems in enabling HTTPs (we cannot establish a secure connection). We are trying to populate the key store file (keystore.jks) with the certificates extracted from the archive (.crt, .key, .pem).
We’re using the latest version of the CUBA platform 7.2.11 in Centos 8 x86 64bit.
Any suggestions?