Skip past navigation linksSecure Global Desktop 4.31 Administration Guide > Security > Obtaining and installing an X.509 certificate

Obtaining and installing an X.509 certificate

Problem

You want to obtain and install an X.509 certificate for use with Secure Global Desktop security services.

Solution

Use the tarantella security certrequest command to generate a Certificate Signing Request (CSR) for the Secure Global Desktop host. Then send the CSR to a supported Certificate Authority, which will return a certificate for you to install on that host.

Alternatives

Case study

Indigo Insurance, based in Massachusetts, USA, wants to obtain an X.509 certificate for a Secure Global Desktop server.

Solution

  1. On the Secure Global Desktop host, use tarantella security certrequest to generate a Certificate Signing Request (CSR):
    Skip past command syntax or program codetarantella security certrequest \
      --country US \
      --state Massachusetts \
      --orgname "Indigo Insurance"  
  2. Send the CSR to a supported Certificate Authority.
  3. Copy the returned certificate to a temporary file (for example, /tmp/cert), then type the following command to install it:
    Skip past command syntax or program codetarantella security certuse < /tmp/cert 
  4. Restart Secure Global Desktop using the tarantella restart command.

Next steps

Related topics