I am encountering the error while importing the CA-signed certificate using CvCertTool.
windows cli:
cvCertTool -ca-root-cert-filename "C:\cvct_workspace\cacerts\cs1.cer" -workspace C:\cvct_workspace import-ca-certs
Below is the logs:
INFO CertToolConfig:<init>:279 - Workspace log settings updated
INFO CertToolConfig:readPropertiesFile:529 - Checking for workspace configuration file: C:\cvct_workspace\cvct.properties
INFO CertToolConfig:readPropertiesFile:537 - Loading workspace configuration file
INFO CertToolConfig:inferKeystoreType:614 - Unable to infer keystore-type from keystore-filename value - using default value: PKCS12
INFO CertToolConfig:readPropertiesFile:529 - Checking for state file: C:\cvct_workspace\.cvct_state
INFO CertToolConfig:readPropertiesFile:537 - Loading state file
INFO CvCertTool:logMessage:56 - Actions to perform: [import-ca-certs]
INFO CvCertTool:logMessage:56 - Processing action: import-ca-certs
INFO CvCertTool:logMessage:56 - Importing CA certificates
ERROR CvCertTool:logMessage:62 - If file names are provided for the CA root and/or intermediate certificates, then one must also be provided for the signed CA server certificate. If all of those values are omitted, then this tool will analyze all CA-provided certificate files and determine which is which automatically. Please check the values of the following properties: ca-root-cert-filename, ca-intermediate-cert-filename, and ca-server-cert-filename
ERROR CvCertTool:processActions:115 - Action failed: If file names are provided for the CA root and/or intermediate certificates, then one must also be provided for the signed CA server certificate. If all of those values are omitted, then this tool will analyze all CA-provided certificate files and determine which is which automatically. Please check the values of the following properties: ca-root-cert-filename, ca-intermediate-cert-filename, and ca-server-cert-filename
11/03 00:59:21 INFO CvCertTool:main:266 - CvCertTool exiting with code INVALID_PARAMETERS(101)
I cannot see any command help for CvCertTool to see if my syntax is correct or any documentation how to use properly the CvCertTool. Hope someone could share on on how to work the import ca cert command.
