Line 98:
Line 98:
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
+
+
*Configure SME database
+
config setprop modSSL crt /home/e-smith/ssl.crt/{domain}.crt
+
config setprop modSSL key /home/e-smith/ssl.key/{domain}.key
+
+
*and apply the changes
+
signal-event console-save
+
+
+
Once you have created/installed this certificate then if the client has the cacert.org root certificate installed then they should be able to go to any domain on your box and not get a warning.