repo.or.cz
/
anytun.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
big svn cleanup
[anytun.git]
/
src
/
openvpn
/
easy-rsa
/
2.0
/
build-key-pkcs12
blob
5ef064ff4f8b9612fcee3595ec208e7cf255639d
1
#!/bin/bash
2
3
# Make a certificate/private key pair using a locally generated
4
# root certificate and convert it to a PKCS #12 file including the
5
# the CA certificate as well.
6
7
export
EASY_RSA
=
"
${EASY_RSA:-.}
"
8
"
$EASY_RSA
/pkitool"
--interact --pkcs12
$
*