I am pretty new to the web world.
One thing I want to have isa secure connection, when I log into my webmail, phpmyadminphpMyAdmin, etc.
Therefore I signed my own sslSSL certificates with opensslOpenSSL and told apacheApache to listen on port 443.
Now I was wondering ifIs this in fact is secure? Are all my passwords really sent through a safe and secure layer? What difference does it make, if aI buy a sslan SSL certificate from verisignVerisign or sign my own one? At the end of the day, all data will be on my server anyway. So what is the big difference?
Thanks for clarifying!