I just got magento running on a domain. I am guessing that https is a good idea since everything is chmoded to 777. Anyway, I have never setup an https on my server. I currently have a vps through knownhost and am wondering what I have to do to get my https setup. Sorry this is very basic, but is there a good resource that you can point me to (besides google) Thanks
https has nothing to do with chmod anything. If you have entire directories at 777 https isn't going to make them any more secure. All that https does is ensure that data transferred between the server and the browser is encrypted. Here's a quick forum topic on the 777 issue: http://www.magentocommerce.com/boards/viewthread/18605/ To install an SSL cert, you need to have a dedicated IP. You should purchase a 3rd party SSL to prevent a browser warning error. You can install it through your hosting control panel, or possibly have your hosting company install it for you. The only pages that need to be secure are ones where you take credit card data, or other sensitive customer data.