After the Cloudfon CX CloudCX has been installed successfully, use your browser to access the web portal athttps://your_ip_address:9006. If the browser displays the SSL certificate warning, simply ignore it. AfterwardsAfterward, we will enter the system initialization boot interface. Let's start the step-by-step journey of completing initialization settings!
...
Static IP address for installation
Domain name for this static IP
SSL Certificate for this domain name (Used for HTTPS & WSS), Please reference to Before Started#PreparetheTLScertificate https://cloudfon.atlassian.net/wiki/spaces/CCSD/pages/49119500/Before+Started#Prepare-the-TLS-certificate
Initial configure steps
When you log in to the web portal for the first time, you need to follow the steps to fill in some necessary information for system initialization. Let's complete it step by step!
...
Setup Wizard 2: Certificate File
Please flow Prepare https://cloudfon.atlassian.net/wiki/spaces/CCSD/pages/49119500/Before+Started#Prepare-the-TLS-certificate to generate your SSL certificate which will be used for security transport for HTTPS and WSS. After certificate generated, you will get two files:
...
Enter cc-pre.cloudfon.net(Example) in the Web Domain field; open the yourname_cx.pem
file in Windows Notepad and copy all contents to the "“Certificate File" ” field; and copy the contents of the yourname_cx.key
file to the "“Certificate Key" ” field.
...
Info |
---|
If your certificate key file is encrypted by your password, please enable the "Password for key file" option, and then input the password. |
...
You need to restart the Kong service in Linux, and the restart command is as follows
Code Block |
---|
cd /root/cloudfoncloud_cx && /bin/sh cloudfoncloud_cx_ctl.sh restart -s cx-kong |
...