LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Do I need ssl? (https://www.linuxquestions.org/questions/linux-software-2/do-i-need-ssl-4175650580/)

Pedroski 03-20-2019 05:39 PM

Do I need ssl?
 
I have a very basic, home-made webpage for students' homework. The host wants to sell me ssl certificates. These must be, I believe, renewed every year.

The kids just fill out a form and click send. There is no sensitive or private data, just a student number and their answers.

I believe ssl is some kind of encryption process.

Do I need an ssl certificate?

ChuangTzu 03-20-2019 05:50 PM

You can use free ssl certs. https://letsencrypt.org/

RandomTroll 03-20-2019 05:50 PM

Probably not, and you can get free certificates.

astrogeek 03-20-2019 05:57 PM

It is difficult for others to say whether you actually need it or not, but I would recommend it for anything that accepts user input. It is both encryption and authentication.

* It identifies the server as being yours and not an imposter
* It guarantees that the data was not tampered with between sender and receiver
* It encrypts each transaction making it unreadable by others in between

You can get free certs - LetsEncrypt.org, I use these and there is nothing second-rate about them. You will need to renew them every ninety days, but there are automated tools to do that for you.

scasey 03-20-2019 06:53 PM

What astrogeek said.
There are also certs available for as little as $10/year with annual or longer renewals.
(Which is not to say there’s anything wrong with the free ones.)

RandomTroll 03-20-2019 09:04 PM

when I shopped for certificates I could get a free one that offered no insurance; if you wanted insurance against losses (it was a commercial enterprise) that's what cost.


All times are GMT -5. The time now is 06:37 AM.