I was thinking about this the other day, and was wondering if you couldn't just
prompt the person for a password, telling them to "Hit Enter" if they don't have
one. Then if one is provided (string != null or length(string)>0) just shove it
down STDIN's throat?
If it works, it *is* a hack, but it
On Tuesday 13 July 2004 16:21, Mathias Sundman wrote:
> On Tue, 13 Jul 2004, Mathias Sundman wrote:
> > I'd like to implement a way to hand over the private key passphrase to
> > openvpn, to be able to add this feature to my GUI.
> >
> > We have discussed that this could/should be done via the mana
On Tue, 13 Jul 2004, Mathias Sundman wrote:
I'd like to implement a way to hand over the private key passphrase to
openvpn, to be able to add this feature to my GUI.
We have discussed that this could/should be done via the management interface
that we've discussed alot. However, I'd like to a
I'd like to implement a way to hand over the private key passphrase to
openvpn, to be able to add this feature to my GUI.
We have discussed that this could/should be done via the management
interface that we've discussed alot. However, I'd like to add the
passphrase feature now so I wonder whi