If /etc/ssl/certs/root.pem is a certificate chain containing a root certificate and intermediate certificate(s), only the first certificate of the chain will be imported to the keystore and truststore by utils.ssl_tls.create_truststore.
TDP should support certificate chains. Apparently, one way of doing this is to use an intermediate PKCS#7 file (Stack Overflow answer).
If
/etc/ssl/certs/root.pem
is a certificate chain containing a root certificate and intermediate certificate(s), only the first certificate of the chain will be imported to the keystore and truststore byutils.ssl_tls.create_truststore
.TDP should support certificate chains. Apparently, one way of doing this is to use an intermediate PKCS#7 file (Stack Overflow answer).