DutchCryptoDad / SecureFreqtradeServer

Tips to secure your Freqtrade bot server
38 stars 15 forks source link

Invalid certificate #6

Closed DavF27 closed 2 years ago

DavF27 commented 2 years ago

Hello,

I follow all the steps to secure my server but I still have a error when I connect to it and I don't uderstand...

image

image

can you help me please ? :)

DavF27 commented 2 years ago

update : I tried to import the certificate into chrome but its still not working...

DavF27 commented 2 years ago

Ok so after many hours of research I finally find out a solution

You have to edit the file openssl.cnf in /etc/ssh (BEFORE the creation of the certificate) :

sudo nano /etc/ssl/openssl.cnf

and in the section [ v3_ca ] add your ip address with this line subjectAltName = IP:xxx.xxx.xxx.xxx

Then you can generate your certificate withe openssl command line.

Finaly you have to add copy the certificate from your browser and add it in the mmc windows configuration like that :

https://support.kaspersky.com/CyberTrace/1.0/en-US/174127.htm