I have been trying to setup a private Root CA using the ACM-PCA CLI and I can't get it working.
After creating the certificate authority via
aws acm-pca create-certificate-authority --certificate-authority-configuration file://ca.txt --certificate-authority-type "ROOT" --idempotency-token 98256344
I keep getting stuck in the PENDING_CERTIFICATE state and I can't find a way for signing the CA CSR and installing the CA certificate using the CLI. The documentation only tells me how to do it using the Console. Does anyone have an idea what I could do?
Tobias