When running the 2.2.1 script against an APIC running 6.0.7e or 6.1.1f, the following is seen
[Check 57/67] APIC CA Cert Validation...
openssl cmd issue, send logs to TAC ERROR !!
It seems that when calling the /bin/openssl on these versions, we get a symbol lookup error:
/bin/openssl: symbol lookup error: /bin/openssl: undefined symbol: Camellia_set_key, version OPENSSL_1_1_0
Removing the /bin/ path on the openssl command allows the checks to run on this version. The need is to determine if the path is required on earlier versions of ACI for this check or if it should just be omitted. Additional verbosity for the error message would also be helpful.
When running the 2.2.1 script against an APIC running 6.0.7e or 6.1.1f, the following is seen
It seems that when calling the /bin/openssl on these versions, we get a symbol lookup error:
Removing the /bin/ path on the openssl command allows the checks to run on this version. The need is to determine if the path is required on earlier versions of ACI for this check or if it should just be omitted. Additional verbosity for the error message would also be helpful.
From:
Generate csr for certreq
To:
Generate csr for certreq