Secure Global Desktop Administration Guide > Commands > The tarantella security certinfo command
tarantella security certinfo [ --certfile certfile [ --keyfile keyfile ] ] [ --checkkey ] [ --full ] tarantella security certinfo --csrfile csrfile [ --full ]
Displays information about an installed X.509 certificate (first form) or a Certificate Signing Request (second form).
This command can also check whether a specified private key matches the public key (that is, the public key can decrypt text encrypted with the private key) in a particular certificate.
Use the first form of this command without specifying a
certfile and keyfile to check keys and
certificates you've already installed using the tarantella security certuse
command.
Argument | Description |
---|---|
--certfile certfile |
Specifies the location of a file containing an X.509 certificate.
The command displays information about this certificate, including:
|
--keyfile keyfile |
Specifies the location of a private key. |
--checkkey |
Checks whether a particular private key matches the public key
contained in the X.509 certificate specified in certfile.
|
--csrfile csrfile |
Specifies the location of a file containing a Certificate Signing
Request. The command displays information about this CSR, including:
|
--full |
Displays more detailed information about the specified certificate or CSR -- the contents of the public keys they contain, for example. |
tarantella security certinfo \ --certfile /opt/certs/newyork.cert \ --full
Displays detailed information about the certificate in
/opt/certs/newyork.cert
.
tarantella security certinfo \ --certfile /opt/certs/boston.cert \ --keyfile /opt/keys/boston.key \ --checkkey
Displays information about the certificate in
/opt/certs/boston.cert
, and checks that the private key
/opt/keys/boston.key
matches the public key contained in
that certificate.
tarantella security certinfo \ --csrfile /tmp/boston.csr
Displays information about the CSR in /tmp/boston.csr
.
Copyright © 1997-2005 Sun Microsystems, Inc. All rights reserved.