Typical usage for initial PKI setup. Build myserver, client1, and client2 cert/keys.Protect client2 key with a password. Build DH parms. Generated files in ./keys : [edit vars with your site-specific info] source ./vars ./clean-all ./build-dh -> takes a long time, consider backgrounding ./pkitool --initca ./pkitool --server myserver ./pkitool client1 ./pkitool --pass client2Typical usage for adding client cert to existing PKI: source ./vars ./pkitool client-new
Typical usage for initial PKI setup. Build myserver, client1, and client2 cert/keys.
ОтветитьУдалитьProtect client2 key with a password. Build DH parms. Generated files in ./keys :
[edit vars with your site-specific info]
source ./vars
./clean-all
./build-dh -> takes a long time, consider backgrounding
./pkitool --initca
./pkitool --server myserver
./pkitool client1
./pkitool --pass client2
Typical usage for adding client cert to existing PKI:
source ./vars
./pkitool client-new