How to Install RemotelyAnywhere with a Self-Signed Server Certificate
- Copy the RemotelyAnywhere installation files into the current directory, either from an existing installation or from the installation archive available on www.RemotelyAnywhere.com.
- Enter RemotelyAnywhere install -createsssc <HOSTNAME> into a command prompt.
Results:
You can also install RemotelyAnywhere using the MSI Installer and instruct RemotelyAnywhere to create a Self-Signed Server Certificate and use it to secure RemotelyAnywhere sessions. No CA Certificate is generated.
msiexec /i RA800735nh.msi CREATESSSC=1
If the CREATESSSCHOSTNAME MSI install option is not used then the hostname of the computer will be used for a certificate common name.
msiexec /i RA.msi CREATESSSC=1 CREATESSSCHOSTNAME=<HOSTNAME>