Skip to content

Instantly share code, notes, and snippets.

@ozuma
Created July 23, 2014 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozuma/86605caae84217020297 to your computer and use it in GitHub Desktop.
Save ozuma/86605caae84217020297 to your computer and use it in GitHub Desktop.
PKCS12ファイルの作成
#!/bin/sh
openssl pkcs12 -export -inkey localhost.key -certfile ca-bundle.crt < localhost.crt > server.p12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment