Posts

Showing posts from July, 2016

How to create Your Own Cert With OpenSSL on Windows

Image
Howto: Make Your Own Cert With OpenSSL on Windows Courtesy — Mr. Didier Stevens https://blog.didierstevens.com/ For your info: The author of this document Mr.Stevens have a video showing this howto . First of all, on Windows you will need to install OpenSLL from binaries . I got these binaries . I installed the latest version (v1.0.2a) and choose the 32-bit version (Win32). I choose the 32-bit version because this will work for every Windows machine: the 32-bit version works on 32-bit and 64-bit machines. If you start the installation and get the following message: then you need to cancel the installation and install the Visual C++ 2008 Redistributables first. You can find download links on the same page . If you install Win32 OpenSSL (32-bit), install Visual C++ 2008 Redistributables, and if you install Win64 OpenSSL (64-bit), install Visual C++ 2008 Redistributables (x64). The installation of the Redistributables is easy: After this, you can resta