Xstore-Relate integration issue
Hi,
We have a problem integrating xstore with Relate (version 11.4).
On the Relate guide there is not a procedure for generate the certificates using the CA (that we used for generate all the other certificates of the suite), so we create it with the following steps:
keytool -genkey -keystore relate.keystore -alias relate-20170808 -keyalg RSA -keysize 2048 -validity 1095
keytool -keystore relate.keystore -certreq -alias relate-20170808 -keyalg RSA -file reqrelate-20170808.csr
openssl ca -out relate-20170808.crt -config openssl.cnf -infiles reqrelate-20170808.csr
type cacert.pem >> relate-20170808.crt
keytool -import -file cacert.pem -keystore relate.keystore -alias rootca-20170728
keytool -import -file relate-20170808.crt -keystore relate.keystore -alias relate-20170808