Reference Guide
...
Enabling HTTPS on the Kron PAM...
Web Server Configuration
open an ssh connection to kron pam with the root account open and edit lines 87 111 of the file /pam/gui/conf/server xml remove the comment tags at the top and bottom (this is already done ) change the keystorefile , keystorepass and keyalias parameters text \<! 	\<connector port="443" maxthreads="200" scheme="https" secure="true" sslenabled="true" 	 keystorefile="/pam/gui/conf/cert/sctest jks" keystorepass="pass123" 	 sslenabledprotocols="tlsv1 1,tlsv1 2" 	 server="singleconnect server" 	 ciphers="tls dhe rsa with aes 128 cbc sha, 	 tls dhe rsa with aes 128 cbc sha256, 	 tls dhe rsa with aes 128 gcm sha256, 	 tls ecdhe ecdsa with aes 128 cbc sha, 	 tls ecdhe ecdsa with aes 128 cbc sha256, 	 tls ecdhe ecdsa with aes 128 gcm sha256, 	 tls ecdhe rsa with aes 128 cbc sha, 	 tls ecdhe rsa with aes 128 cbc sha256, 	 tls ecdhe rsa with aes 128 gcm sha256, 	 tls ecdh ecdsa with aes 128 cbc sha, 	 tls ecdh ecdsa with aes 128 cbc sha256, 	 tls ecdh ecdsa with aes 128 gcm sha256, 	 tls ecdh rsa with aes 128 cbc sha, 	 tls ecdh rsa with aes 128 cbc sha256, 	 tls ecdh rsa with aes 128 gcm sha256, 	 tls rsa with aes 128 cbc sha, 	 tls rsa with aes 128 cbc sha256, 	 tls rsa with aes 128 gcm sha256" 	 clientauth="false" sslprotocol="tlsv1 2" keyalias="sctest"/> \ > open and edit lines 4683 4694 of the file /pam/gui/conf/web xml remove the comment tags at the top and bottom open and edit the file, /pam/gui/netright/netright properties change line 18 and add a new property to line 19, as shown below 18 netright baseurl=http //127 0 0 1 80 change to\ as 18 netright baseurl=https //127 0 0 1 443 19 netright cookie secure=true restart the web portal service with the command systemctl restart pam gui