Products | Versions |
---|---|
TIBCO Runtime Agent (TRA) | - |
Not Applicable | - |
Please check "EnableHttpsConf.xml" your domainutiltiycmd task file. They should match with the ones when you create the Certificate Sign Request (CSR).
A good option is to modify the "EnableHttpsConf.xml" file you used to create the CSR by changing <CertificateType> to SRVC, then provide ServerCertificate and CAChainCertificate information. Missing the CertificateDetails information could cause such NullPointerException.
<CertificateDetails>
<Email>email@mycompany.com</Email>
<CN>my.mydomain.com</CN>
<OU>my organization unit</OU>
<O>my organization</O>
<City>my city</City>
<State>my state</State>
<CountryCode>US</CountryCode>
<Validity>730</Validity>
</CertificateDetails>
Please contact TIBCO support if further help is needed.