Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
165 |
- |
1 |
#!/bin/sh
|
|
|
2 |
|
|
|
3 |
# Sign a certificate signing request (a .csr file)
|
|
|
4 |
# with a local root certificate and key.
|
|
|
5 |
|
|
|
6 |
export EASY_RSA="${EASY_RSA:-.}"
|
|
|
7 |
"$EASY_RSA/pkitool" --interact --sign $*
|