Generating a KeyPair
====================
You must generate a KeyPair for the authentication server for this product.
Below are 3 different methods to set that up.
Recommended Method
1.Assign this instance to an elastic IP address every time it is started and
set up a fully qualified DNS name that points to the elastic IP address.
2. Change the hostname of this instance to your fully qualified DNS name.
3. Generate the KeyPair for the authentication server by doing:
cwauthadmin genKeyPair <hostname>
Elastic IP address Method
1.Assign this instance to the same elastic IP address every time it is started.
2. Generate the KeyPair for the authentication server by doing:
cwauthadmin genKeyPair <Elastic_IP_address>
IP address Method
1.Generate the KeyPair for the authentication server by doing:
cwauthadmin genKeyPair <IP_address>
2. If the instance is restarted and it is assigned a new IP address, the
previous KeyPair should be removed and a new KeyPair has to be generated.
cwauthadmin listKeys
The above command will list the existing KeyIds.
cwauthadmin removeKeyPair <existing_KeyId>
cwauthadmin genKeyPair <IP_address>
Starting the application
========================
You can then access Streamap by going to:
http://<IP_address>/terrapixel/ips
Note: The username is admin and the password is the instance ID. You should
change the password after you first login to the application under the
Edit Account tab. You should set the email address for the admin account.