Control Panel — API Documentation

Documentation

Instructions: SSL certificates

Synopsis

SSL keys need to be refreshed on a regular basis. ScaleEngine has a server set up to allow you to manage and update your own keys. The server is located at keys.scaleengine.net and can be accessed with SSH, SCP, SFTP, and rsync. On the server, you have a full shell account.

Usage

There is one directory inside your home directory on the server by default: keys/. Upload your keys to this directory using SCP, SFTP, or rsync. Please do not upload new keys under a different filename, instead back up your old keys under a different name.

Security Considerations

Change your password.

Use SSH keys. You can create an authorized key with the following commands: First, generate a key and copy the public portion to your clipboard.
On the server:

  • mkdir ~/.ssh
  • chmod 700 ~/.ssh
  • touch ~/.ssh/authorized_keys
  • chmod 600 ~/.ssh/authorized_keys
  • nano ~/.ssh/authorized_keys
Now paste your key and use Ctrl + X to save. You will now be able to access the server using the key instead of a password.

Change Log

  • v1.0.0.2016.08.08 - added new document.