Skip to main content
timco
New Member
December 14, 2020
Question

How to use HTTPS with Linux console command

  • December 14, 2020
  • 1 reply
  • 3566 views
Hi. Please help, looks basic but I could not find. I'm in the company that has Fortigate with SSL inspection and it works from Windows browser client via SSL certificate. I would like to use also Linux client with console command git that uses HTTPS. How can I use SSL certificate to get it working? I tried git http.sslcainfo but in vain.

    1 reply

    emnoc
    New Member
    December 14, 2020

    Not really understand the question but if your doing SSL inspection and have linux clients you need to copy the cert down from the fortigate and  run

     

     sudo update-ca-certificates

     

    Root trust certificate are maintain in  /etc/ssl/certs for OS and if your using firefox, you need to do it manually and install the certificate via the firefox import.

     

    Run the mnapage to understand the process man update-ca-certificates  

     

    Ken Felix