Line 119:
Line 119:
cp {domain}.crt /home/e-smith/ssl.crt/{domain}.crt
cp {domain}.crt /home/e-smith/ssl.crt/{domain}.crt
cp {domain}.key /home/e-smith/ssl.key/{domain}.key
cp {domain}.key /home/e-smith/ssl.key/{domain}.key
+
+
you might have to add an Intermediate certificate from the SSL authority
+
cp {CA}.crt /home/e-smith/ssl.crt/{CA}.crt
*Configure SME database
*Configure SME database
config setprop modSSL crt /home/e-smith/ssl.crt/{domain}.crt
config setprop modSSL crt /home/e-smith/ssl.crt/{domain}.crt
config setprop modSSL key /home/e-smith/ssl.key/{domain}.key
config setprop modSSL key /home/e-smith/ssl.key/{domain}.key
+
+
If you have to add an Intermediate certificate from the SSL authority
+
config setprop modSSL CertificateChainFile /home/e-smith/ssl.crt/{CA}.crt
*and apply the changes
*and apply the changes