-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VPN with TSL Cert with Private Key Password #57
Comments
I've never used a private key with a passphrase, but I think we cannot use them because GitHub Action runner does not have TTY and we have no chance to type the passphrase. |
You can append in |
I see the action makes this modification:
does that mean it now is supported @kota65535 ? |
I still can't use it and I DO use a passphrase for my key. Let me try without... |
I created a new issue for this: #63 |
Same issue here such as @s-nt-s and same `client.ovpn" file.
This works for me too, but it's not really security saving the password in text plain. |
@anxo-outeiral that is not an issue when it is injected in a container in a GitHub pipeline just for that run, where nobody can get to it... Anyway, I forked this repo and made it accept all the configuration needed imo: https://github.com/Morriz/github-openvpn-connect-action |
Thanks @Morriz . I'll check it! |
Hello
This is my
config.ovpn
:And it is how I manually connect to it:
But when I use
kota65535/github-openvpn-connect-action
in order to connect from a github action it always fail:The text was updated successfully, but these errors were encountered: