...
After logging in, you will be presented with a list of menu options on the left pane of the screen and the content of the selected option on the right hand.
Div | ||
---|---|---|
| ||
Certificate Warning when Connecting to the Management GUI
...
- Log in as the root user.
- Go to /opt/license-server/certs.
- Move the existing content of the directory to a backup directory.
- Create a root certificate (each command must be entered on one command-line - irrespective of necessary line breaks in this document):
# openssl genrsa -out ca.key.pem 2048
# openssl req -new -key ca.key.pem -out ca.csr -subj "/C=CN/ST=GD/O=STROMASYS/OU=LICENSE/CN=STROMASYS.COM"
# openssl x509 -req -days 7300 -sha256 -extensions v3_ca -signkey ca.key.pem -in ca.csr -out ca.cer
- Create a server certificate (each command must be entered on one command-line - irrespective of necessary line breaks in this document):
# openssl genrsa -out servercert.key.pem 2048
# openssl req -new -key servercert.key.pem -out servercert.csr -subj "/C=CN/ST=GD/O=STROMASYS/OU=LICENSE/CN=hostname.domain"
# openssl x509 -req -extfile <(printf "subjectAltName=DNS:hostname.domain,DNS:hostname.domain")
-days 7300 -sha256 -CA ca.cer -CAkey ca.key.pem -CAserial ca.srl -CAcreateserial -in servercert.csr -out servercert.cer
- Replace hostname.domain with the real name of the VE license server system.
Import the root CA (ca.cer) into your browser’s Trusted Root Certification Authorities Certificate Store.
Div | ||
---|---|---|
| ||
Displaying the License Information
...
It can be selected via the menu on the left (License Information).
Div | ||
---|---|---|
| ||
Displaying the Client List
...
The result panes show the result of the operation including any errors that may have occurred.
Div | ||
---|---|---|
| ||
Exporting a C2V File
As an alternative to the command-line program for C2V export, you can create your C2V file via the management GUI. The section for C2V export has two input fields described below:
...