Skip to content
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

Missing docker-for-mac.ovpn #9

Open
partizanos opened this issue Jun 30, 2017 · 4 comments
Open

Missing docker-for-mac.ovpn #9

partizanos opened this issue Jun 30, 2017 · 4 comments

Comments

@partizanos
Copy link

Hello I am not sure where docker-for-mac.ovpn file is generated.
Is there any step/configuration I am missing?

@wojas
Copy link
Owner

wojas commented Aug 3, 2017

It will be generated in the root folder of this repository. Note that this may take about 30 seconds, as it needs to generate keys.

If this does not work, please check the output of docker-compose logs for any errors.

@rfer
Copy link

rfer commented Nov 25, 2017

I'm facing a similar issue. I got this working before, but "suddenly" I started to get the following:

openvpn_1  | WARNING!!!
openvpn_1  |
openvpn_1  | You are about to remove the EASYRSA_PKI at: /etc/openvpn/pki
openvpn_1  | and initialize a fresh PKI here.
openvpn_1  |
openvpn_1  | Type the word 'yes' to continue, or any other input to abort.
openvpn_1  |   Confirm removal:
openvpn_1  | Aborting without confirmation.
dockermacnetwork_openvpn_1 exited with code 9

openvpn_1  | *** REGENERATING ALL CONFIGS ***

Any hints on what this might be?

@wojas
Copy link
Owner

wojas commented Nov 27, 2017

@rfer I'm not sure about the confirmation, but the configs will be regenerated if docker-for-mac.ovpn is missing.

You can manually delete config/*, which will at least work around the confirmation error.

I guess helpers/run.sh should delete those files. It looks like I commented out rm -rf /etc/openvpn/*, but I don't remember why.

@rfer
Copy link

rfer commented Nov 27, 2017

@wojas Yeah, eventually I tried removing the commented line and it worked. Was about to ask you why it was commented, as I don't see any harm with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants