Created
November 13, 2017 15:13
-
-
Save angrychimp/c12885516fae3bb6e2347c9d64d873e5 to your computer and use it in GitHub Desktop.
Alias for how to make a PFX file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias make-pkcs12='domain=$(pwd | xargs basename); openssl pkcs12 -export -inkey $domain.key -in $domain.crt -certfile $domain.ca.crt -out $domain.pfx' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment