Do you know how can start an openvpn connection using a password received from secret-tool (gnome keyring)? In the configuration you can only put a password file (auth-user-pass) but I do not see how I can utilize the keyring.
Best, v.
Do you know how can start an openvpn connection using a password received from secret-tool (gnome keyring)? In the configuration you can only put a password file (auth-user-pass) but I do not see how I can utilize the keyring.
Best, v.
Follow the instructions here (but I can only get it to work once): How do you enable the secret-tool command (backed by gnome-keyring, libsecret and dbus) in a headless CentOS Docker container?
And then use $(secret-tool lookup openvpn password) as the password for openvpn. You probably need to unlock the keyring again (which is what I'm wrestling with here: Error "secret-tool: Cannot create an item in a locked collection")