From 16c3aa43e4fb6eba4c887007ba0b060de824549c Mon Sep 17 00:00:00 2001 From: johnthagen Date: Thu, 28 Sep 2017 10:42:53 -0400 Subject: [PATCH] Add instructions for adding OpenSSL DLLs to PATH if needed during install --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c505efd3..4d05ec13 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,13 @@ installation via an environment variable: set OPENSSL_DIR=C:\OpenSSL-Win64 ``` +During the installation process if you select "Copy OpenSSL DLLs to: The OpenSSL binaries (/bin) +directory", you will need to add them to the `PATH` environment variable: + +``` +set PATH=%PATH%;C:\OpenSSL-Win64\bin +``` + Now you will need to [install root certificates.](#acquiring-root-certificates) #### Installing OpenSSL 1.0.2 using vcpkg