Configuring the First KeyControl Node

You need to configure the KeyControl instance using SSH before you can use the KeyControl webGUI to configure and maintain your KeyControl cluster.

The following procedure describes how to configure the first KeyControl node in the cluster. If you are adding this node to an existing cluster, see Configuring Additional KeyControl Nodes.

Before You Begin 

Make sure you have the following information:

  • The Amazon instance ID for the KeyControl instance.
  • The Elastic (Public) IP address associated with the instance.
  • The private key file (in pem format) that was used when the instance was created.

Tip: To find this information, select Instances from the Amazon Management Console EC2 Dashboard, then select the KeyControl instance in the table. In the Description tab, look at the Instance ID, IPv4 Public IP, and Key pair name fields.

Procedure 

  1. Open a terminal window and navigate to the directory in which you have stored the private key file. If you have not used this key file before, make sure the permissions are set to -r-------- (chmod 400).
  2. Log into the htadmin account on the KeyControl instance using the private key file.

    ssh -i <key-file>.pem htadmin@<Elastic-IP-addy>

    where key-file.pem is the name of the key pair associated with the instance and Elastic-IP-Addy is the public IPv4 address associated with the instance. For example, if your key pair is called KeyControl-Cluster-NorthAmerica.pem and the Elastic IP address is 52.18.58.35, you would enter:

    ssh -i KeyControl-Cluster-NorthAmerica.pem htadmin@52.18.58.35

  3. When prompted for the htadmin password, enter the Amazon instance ID for the KeyControl instance that you are configuring.
  4. Enter a new password for the KeyControl system administration account htadmin and press Enter. The password must contain at least 6 characters and cannot contain spaces or any non-ASCII characters.

    This password controls access to the HyTrust KeyControl System Console that allows users to perform some KeyControl administration tasks. It does not permit a KeyControl user to access the full OS.

    Important: Make sure you keep this password in a secure place. If you lose the password, you will need to contact HyTrust Support. For security reasons, KeyControl does not provide a user-accessible password recovery mechanism.

  5. On the System Configuration screen, select Install Initial KeyControl Node and press Enter.

    The installer begins the installation and configuration process. When the installer is done, it displays the status of the install and basic system configuration information.

  6. After the installation process has finished, review the confirmation dialog. This dialog provides the public URL that can be used with the KeyControl webGUI as well as the private IP address that you can use if you want to add other KeyControl nodes to this cluster. When you are ready, press Enter to finish the configuration process.
  7. To initialize the KeyControl webGUI for this cluster, do the following:

    1. Use a web browser to navigate to https://<Elastic-IP-addy>, where <Elastic-IP-addy> is the Elastic IP address associated with the KeyControl AWS instance. For security reasons, you must explicitly specify https:// in the URL.
    2. If prompted, add a security exception for the KeyControl IP address and proceed to the KeyControl webGUI.

      KeyControl uses its own Root Certificate Authority to create its security certificate, which means that certificate will not be recognized by the browser. For details, see KeyControl Certificates.

    3. On the HyTrust KeyControl Login page, enter secroot for the username and the AWS instance ID as the password.
    4. Review the EULA (end user license agreement). When you are done, click I Agree to accept the license terms.
    5. On the Change Password page, enter a new password for the secroot account and click Update Password.

    6. On the Configure E-Mail and Mail Server Settings page, specify your email settings.

      If you specify an email address, KeyControl sends an email with the Admin Key for the new node. It also sends system alerts to this email address.

      To disable alerts, select the Disable e-mail notifications checkbox. You can then download the Admin Key from the Settings tab in the webGUI.

    7. When you are done, click Continue.
    8. On the Automatic Vitals Reporting page, specify whether you want to enable or disable Automatic Vitals Reporting.

      Automatic Vitals Reporting lets you automatically share information about the health of your KeyControl cluster with HyTrust Support. If you enable this service, KeyControl periodically sends an encrypted bundle containing system status and diagnostic information to a secure HyTrust server. HyTrust Support may proactively contact you if the Vitals Service identifies issues with the health of your cluster.

      KeyControl Security Admins can enable or disable this service at any time by selecting Settings > Vitals in the KeyControl webGUI. For details, see Configuring Automatic Vitals Reporting.

    9. When you are finished, click Save & Continue.

      KeyControl displays the KeyControl webGUI. For details about the tasks you can perform from the webGUI, see the Administration Guide.

    10. If you are using IE, import the certificate and add the KeyControl IP address to the trusted sites list in IE. You should also verify that the Downloads > File download option is enabled under Internet Options > Security > Custom Level.

What to Do Next