The Bash function to create a self signed SSL certificate won't work after switching to ZSH. (Default now on OSX) https://github.com/Shopify/slate/wiki/4.-Create-a-self-signed-SSL-certificate Does anyone know how to modify the script to run in ZSH? Temporary fix: revert the console shell to Bash. `chsh -s /bin/bash` _(Also restart terminal)_
The Bash function to create a self signed SSL certificate won't work after switching to ZSH. (Default now on OSX)
https://github.com/Shopify/slate/wiki/4.-Create-a-self-signed-SSL-certificate
Does anyone know how to modify the script to run in ZSH?
Temporary fix: revert the console shell to Bash.
chsh -s /bin/bash(Also restart terminal)