Add scripts fom easy.rsa old layout.

This commit is contained in:
2019-08-18 11:41:52 +02:00
parent 840e1cf9dc
commit ecdb3eb966
16 changed files with 615 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/bin/sh
# Sign a certificate signing request (a .csr file)
# with a local root certificate and key.
export EASY_RSA="${EASY_RSA:-.}"
"$EASY_RSA/pkitool" --interact --sign $*