

certificates directory copy %USERPROFILE%\Downloads\yourcertname.crt\ %USERPROFILE%\.certificates\Įither you have link provided from your network for certificate or use this step by step guide to download from browser.

Next move the downloaded certificate to the. mkdir %USERPROFILE%\.certificates mkdir C:\Users\youruser\.certificates certificate directory is user profile folder.

If you already have a certificate available from your corporate network you should download that certificate using your browser to your Downloads folder. Step 1:įor the secure communication using SSL over a secure network you would be needing a digitally signed certificate file to configure for different services and software. Here I am listing all the simple configurations for most of the software’s / technologies, I have been through while downloading data, installing packages etc both secure and unsafe ways. To deal with these issues sometimes you have to go around different approaches or disable SSL verification (unsafe) and for different technologies there are different ways to configure these options. If you are working with secure corporate proxy network most of the time you have to deal with some SSL authentication issues while installing packages, downloading files using wget, curl, python, nodejs from command line which you can easily do from your browser.
