1. Download the DMG
- Openssl Libraries For Windows
- Openssl Runtime Libraries
- Install Openssl Development Package Mac
- Macos Install Openssl Dev
- Install Openssl Mac
Some third parties provide OpenSSL compatible engines. As for the binaries above the following disclaimer applies: Important Disclaimer: The listing of these third party products does not imply any endorsement by the OpenSSL project, and these organizations are not affiliated in any way with OpenSSL other than by the reference to their independent web sites here.
- Geolocation is probably the most interesting and can be installed on most platforms by following the instructions for installing the GeoIP library and database. Installing Zeek ¶ Zeek can be downloaded in either pre-built binary package or source code forms.
- Jul 30, 2016 @nbellocam - thanks for the quick reply. What I ended up doing (may help some others), is I found out how to just update the OpenSSL version on my Mac to latest (1.0.2h) from source.
Download the latest release of OpenSC.
2. Install the PKG
Opening the DMG-file loads the OpenSC bundle into Finder. Open the contextual menu of the installation package (e.g. use a two-finger tap on trackpad) and choose Open. Skip the warning about the package's origin and follow the installation guide.
Since we aren't currently signing the installation package, double clicking cannot be used to install OpenSC.
3. Test your installation
Upon successful installation, OpenSC is installed in /Library/OpenSC
, the tokend module was registered and links to the OpenSC tools have been created in /usr/local/bin
.
The PKCS#11 modules have been installed as /Library/OpenSC/lib/opensc-pkcs11.so
and /Library/OpenSC/lib/onepin-opensc-pkcs11.so
(copies of the libraries are available in /usr/local/lib
).
You may test tokend support of you card with Keychain Access. The app should list your smart card in the Keychains pane on the upper left side. Click the lock to verify the smart card PIN and to allow access to the card's keys.
You may test the PKCS#11 support of your card with
4. Customize your configuration
Change the default configuration file /Library/OpenSC/etc/opensc.conf
to your needs. The configuration options are explained within this file.
5. Uninstall OpenSC

From the OpenSC bundle double click the OpenSC Uninstaller. Alternatively, run the following from the command line:

no Homebrew required
1. Download Nginx
2. Download the PCRE library

The PCRE library distribution (version 4.4 — 8.41) needs to be downloaded from the PCRE site and extracted. The rest is done by nginx’s ./configure and make. PCRE is required for the http_rewrite_module, and also for regular expressions support in the location directive.
Openssl Libraries For Windows
3. Configure Nginx
Openssl Runtime Libraries
See the full list of ./configure
options: http://nginx.org/en/docs/configure.html.
Compile nginx without SSL support
with SSL support
Download OpenSSL sources and extract:
Install Openssl Development Package Mac
Compile Nginx:
Macos Install Openssl Dev
4. Install Nginx
Install Openssl Mac
Add the nginx binary to $PATH
: