COMMON SSL QUESTIONS How I can obtain my own SSL Certificate issued for my domain name? I still have questions. Where can I find a good explanation of the SSL concept? Id like to apply on my own SSL Certificate. How much will it cost? SHARED SSL (UNIX SSL-001) MORE WINDOWS NT SSL How I can obtain my own SSL Certificate issued for my domain name? I still have questions. Where can I find a good explanation of the SSL concept? Both sites contain the full explanation of the SSL concept and Step-by-step instructions. Id like to apply on my own SSL Certificate. How can I use SSL access to my cgi-bin directory? https://ssl-001.9netave.com/cgi-bin// Usage examples: https://ssl-001.9netave.com/cgi-bin/ux210223/test_env.cgi Important note: cgi-bin directory is only for running scripts. It is not browseable and no html files can be read from this directory. (One of the possible security holes: you make a backup of current cgi called test.cgi, and call it test.bak. The text of this file will automatically become visible for any person from the web). How can I use SSL access to my public_html directory? https://ssl-001.9netave.com/~<username>/ Usage example: https://ssl-001.9netave.com/~ux210223/form.html Important: public_html directory is only for browseable files. No CGI-scripts allowed to run. What is the path to my cgi scripts? Translate your login name to the directory structure: /uxNN/S/III/ Usage examples: /ux21/0/223/cgi-bin/test_env.cgi Important note: You can use the traditional /home// as well. Using this link will work no matter what server you are on, but it will be slower, as the server has to sort through a large directory listing to find your directory. Why does my browser return a warning that says: <img src = "http://yourdomain.com/foobar.gif"> This will break the SSL connection. Instead, make your image reference relative: <img src = "/foobar.gif"> Referencing images and other elements this way will maintain your secure connection between browser and server. How can I order SSL for use on my site? How can I utilize Secure Socket Layer on my site? For instance: <a href=https://www.yourdomain.com/secure/order.html>Secure Order</a>. Your home directory contains secure folder. Whats the difference between a Shared SSL Certificate and compared to an owned Certificate?
|