Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 Administering ActiveSpaces with the Admin CLI : validate truststore

validate truststore
Admin CLI Command
Syntax
validate truststore cert_file <string>
Purpose
Use the validate truststore file to validate a specified security certificate file.
ActiveSpaces validates the specified truststore and outputs error messages if errors are found. If the certificate file is validated successfully, the output indicates the X509 information and validity time period.
Parameters
The following table lists the parameters for this command with a description of each parameter.
Example
validate truststore cert_file "mycert.pem"
The following examples illustrate the syntax of the validate truststore command:
The following example shows sample output from the command:
Example 2 Sample Output from the validate truststore command
as-admin> validate truststore cert_file "mycert.pem"
[1] /CN=AS-DOMAIN-FEF3A467 [serial: A9CD21B4A05FB244]
[valid after: Jan 17 03:10:34 2013 GMT, before: Jan 17 03:10:34 2014 GMT]
Found [1] requestor trust anchor(s)
Truststore validated successfully: mycert.pem

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved