Secure Global Desktop 4.31 Administration Guide > Commands > The tarantella security customca command
tarantella security customca tarantella security customca --rootfile carootfile | --remove
Installs or removes a root certificate for a custom Certificate Authority for use with Secure Global Desktop security services.
Certificates must be Base 64-encoded PEM-format, with a header line including "BEGIN CERTIFICATE", as used by OpenSSL.
If no arguments are specified, this command reads the root certificate from standard input.
Argument | Description |
---|---|
--rootfile carootfile |
Specifies the location of a file containing the Certificate
Authority's root certificate. Details are copied to
/opt/tarantella/var/tsp for use by Secure Global Desktop security services.
You must specify the full path to carootfile. |
--remove |
Removes any custom Certificate Authority's root certificate currently installed for use with Secure Global Desktop security services. |
tarantella security customca \ --rootfile /tmp/rootcert
Installs a CA's root certificate from the file
/tmp/rootcert
, which you can then delete.
Copyright © 1997-2007 Sun Microsystems, Inc. All rights reserved.