Commit d9621fa7 authored by nimrod's avatar nimrod
Browse files

WIP PKCS12 generation.

parent 504a66be
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,3 +7,4 @@ keys/*
openssl.cnf
CA.key
CA.crt
CA.p12
+1 −1
Original line number Diff line number Diff line
@@ -86,4 +86,4 @@ at: https://www.shore.co.il/cgit/.
TODO
----

Nothing to see here.
- PKCS12 file for browser import (also tests).
+6 −0
Original line number Diff line number Diff line
@@ -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 () {