I followed the instructions to get the green lock in ssl. And can’t get it to work. SSL’s sha256 do not correspond in any file and neither public certificate. I didn’t forget to refresh winSCP before check.
Help is welcomed. elinks also shows ssl error for login too (so I’m not quite sure what to do)
Wondering too if instead of server.crt, the use openssl comands for nginx.crt Its possible?
I am using Firefox and when you access via the self signed certificate it gives you the option to allow an exception.
It then shows the locked padlock but with an exclamation mark which if you hover over the padlock says that you have added a security exception for this site.
On the details of the certificates it is showing you the sha256 fingerprint of the certificate.
The other sha256 you showed is the sha256 hash of the certificate.
These are two different things.
If you want to compare the sha256 fingerprint of the server certificate you would need to find the openssl command that calculates the fingerprint of the certificate.
Ok, the fingerprint. It’s the first time I’m doing this step and I appreciate your attention and explications. I must look at how to find the fingerprint now. Thks