FireBrick Road Warrior Certificates: Difference between revisions

mNo edit summary
mNo edit summary
There mat be a couple of extra things you have to do if you are using OSX as the native installs of bash and openssl are not up to date enough (even in el capitan).
 
#First install an up to date version of bash and openssl, eg via homebrew (once homebrew is installed, <syntaxhighlight lang="bash" inline>brew install openssl</syntaxhighlight> and then <syntaxhighlight lang="bash" inline>brew install bash</syntaxhighlight>
##eg via homebrew (once homebrew is installed, <syntaxhighlight lang="bash" inline>brew install openssl</syntaxhighlight> and then <syntaxhighlight lang="bash" inline>brew install bash</syntaxhighlight>
#Secondly, modify the make-* scripts to use the correct path, ie: <syntaxhighlight lang="bash" inline>#!/usr/local/bin/bash</syntaxhighlight>