Hello community,
I've implemented a ClearPass instance preparing it firstly to provide a landing page for guest registration. Following best practices I've added to all nodes a public wildcard certificate for RSA HTTPS. Doing this I've also added certificate provider cert-chain to CPPM Trust List.
Now I'm trying to implement EST certficate enrollment for Aruba switches to be able to connect NAD's through RadSec without carrying about certificate expiration.
I've added Onboard as a sub-ca signed by our PKI-Root (different, private domain opposite to public cert. containing our public domain).
Then I've add a TA-profile on a AOS-S switch (2930M running WC.16.11.0027) executing following commands:
crypto pki ta-profile https-ca-chain
copy tftp ta-certificate https-ca-chain <TFTP-Server> onboard-chain.pem
sh crypto pki ta-profile https-ca-chain:
showing issuing through PKI-Root, Subject: CN=cppm.<internal-domain>, CN=subca-cppm@<mail-domain>
est-server "est-onboard" "Onboard->Certificate Authorities->Sub-CA cert->Edit->EST URL" (https://<hostname>/.well-known/est/ca:3 hostname from EST-URL and CN in certificate are different - maybe it's the cause?)
est-server est-onboard user-name <Onboard-user> secret <Onboard-user password>
crypto pki enroll-est-certificate "est-onboard" certificate-name "est-cert" ta-profile "https-ca-chain" subject common-name <Switch CN> org <ORG> locality <CITY> state <STATE> country <COUNTRY> usage radsec-client
crypto pki enroll-est-certificate est-onboard certificate-name est-cert ta-profile est-onboard usage radsec-client
After that I can see that executing "sh est est-onboard status" command shows "SSL connect error".
Digging with "debug security crypto" I was able to see this message:
CRYP mestClientTask:Unable to find root certificate to validate certificate against.
Any ideas what could cause this issue? AFAIK the TA-profile contains required root information?
Here's the output from "sh crypto pki ta-profile https-ca-chain" (obfuscated):

Best Regards,
Greg
-------------------------------------------