Loading .gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -7,3 +7,4 @@ keys/* openssl.cnf CA.key CA.crt CA.p12 README.rst +1 −1 Original line number Diff line number Diff line Loading @@ -86,4 +86,4 @@ at: https://www.shore.co.il/cgit/. TODO ---- Nothing to see here. - PKCS12 file for browser import (also tests). ssl-ca +6 −0 Original line number Diff line number Diff line Loading @@ -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 () { Loading Loading
.gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -7,3 +7,4 @@ keys/* openssl.cnf CA.key CA.crt CA.p12
README.rst +1 −1 Original line number Diff line number Diff line Loading @@ -86,4 +86,4 @@ at: https://www.shore.co.il/cgit/. TODO ---- Nothing to see here. - PKCS12 file for browser import (also tests).
ssl-ca +6 −0 Original line number Diff line number Diff line Loading @@ -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 () { Loading