Skip to content
Snippets Groups Projects
Commit d9621fa7 authored by nimrod's avatar nimrod
Browse files

WIP PKCS12 generation.

parent 504a66be
Branches
Tags
No related merge requests found
......@@ -7,3 +7,4 @@ keys/*
openssl.cnf
CA.key
CA.crt
CA.p12
......@@ -86,4 +86,4 @@ at: https://www.shore.co.il/cgit/.
TODO
----
Nothing to see here.
- PKCS12 file for browser import (also tests).
......@@ -62,6 +62,12 @@ init () {
-keyout CA.key \
-extensions v3_ca \
-out CA.crt
openssl pkcs12 \
-export \
-in CA.crt \
-inkey CA.key \
-out CA.p12 \
-passout pass:
}
sign_key () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment