If sha1-2048 and sha2-2048 bit certificates are used in your environment and an upgrade was performed on the Enterprise Manager, the Enterprise Manager could not communicate with the Domain Manager as the configuration policies for certificate order needs to be set prior to upgrade.
Prior to upgrade, "sha2-2048" and "sha2-2048,sha1-1024" are the only two options available for setting the certificate preference order. After applying textfix T5SM147 (which is available by contacting Support), the alternative certificate preference order can now be set to r "sha2-2048, sha1-2048".c
ccnfregdb -o -f cmConfig.xml ccnfregdb -o -f ENCConfigPolicy.xml
ccnfregdb -o -f cmConfig.xml -e ccnfregdb -o -f ENCConfigPolicy.xml -e
ccnfcmda -cmd SetParameterValue -ps itrm/common/security/certificatesoptions/certificatepreference -pn preferenceorder -v "SHA256_2048,SHA1_2048" -manager ccnfcmda -cmd SetParameterValue -ps itrm/common/enc/general/certificatepreference -pn preferenceorder -v "SHA256_2048,SHA1_2048" -manager
ccnfregdb -o -f cmConfig.xml -e ccnfregdb -o -f ENCConfigPolicy.xml -e