Before working with the manual, you must install the Bash command line interpreter—some actions of the manual can only be performed with it. |
In AxxonData, you can apply a custom certificate and a custom domain name.
To generate and apply a custom certificate and a custom domain name, do the following:
Contact the AxxonSoft technical support to get the gen-srt.ch generation script and the v3.ext file.
Place the v3.ext file and the gen-srt.ch generation script in the same folder.
In line 4 in the DOMAIN parameter, change the default domain name to a custom domain name. For example, DOMAIN=customdomain.test.
./gen-crt.sh |
As a result, you get two files: rootCA.pem and <Domain name>.pem.
Replace the vmscloud.local.pem file in the C:\Program Files\AxxonSoft\AxxonData\nginx folder.
Open the AxxonData.env file located in the C:\Program Files/AxxonSoft/AxxonData folder in a text editor.
Open the AxxonData.env file located in the C:\Program Files/AxxonSoft/AxxonData folder in a text editor.
Open the hosts file (C:Windows/System32/drivers\etc\) in a text editor and add the following line to it:
127.0.0.1 <Domain name> |
Open a browser and check the secure connection by typing https://<Domain name> in the search bar. As a result, the AxxonData login window opens in a browser using a custom domain name.
Generation of a custom certificate and a custom domain name is complete.