Convert .key + .crt -> .p12 (PKCS#12)

$ cat server.key server.crt > server.pem
$ openssl pkcs12 -export -in server.pem -out keystore.p12 -name alias