add a README.md

This commit is contained in:
Daniel Jakots 2017-05-20 23:36:47 -04:00
parent c4b4b6b4b2
commit e1ba51dd07
1 changed files with 24 additions and 0 deletions

24
README.md Normal file
View File

@ -0,0 +1,24 @@
# shellpki
This script is a wrapper around openssl to manage all the pki stuff
for openvpn.
# Usage
First create the directory, put the script in it and the openssl
configuration file. You may certainly need to edit the configuration.
mkdir -p /etc/openvpn/ssl
cp /path/to/shellpki.sh /etc/openvpn/ssl/
cp /path/to/openssl.cnf /etc/openvpn/ssl/
$EDITOR /etc/openvpn/ssl/openssl.cnf
Then you'll need to initialize the pki.
cd /etc/openvpn/ssl
sh shellpki.sh init
Once it's done, you can create all the certificates you need.
sh shellpki.sh create