View Single Post
too's Avatar
Posts: 122 | Thanked: 135 times | Joined on Dec 2009 @ Helsinki
#68
Originally Posted by its_quicksilver View Post
An ideas on how to configure the group authentication details via certificates instead of passing them via vpn9c gui ?
You can create your own vpnc configuration file and
then enter

Code:
/opt/vpn9c/bin/vpnc.sh < your_config_file
on command line

i.e. redirect stdin of the wrapper script from a file.

You can also do script that asks some confidential information
from command line and then pipe the created configuration
to /opt/vpn9c/bin/vpnc.sh so that confidential information is
not written to the disk (note that last 2 lines in vpnc.sh are never
run -- those were used for testing)
 

The Following 3 Users Say Thank You to too For This Useful Post: