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

Added options for cipher, verb, persist-key, persist-tun server directives. Added options for KEY_EXPIRE, CA_EXPIRE, KEY_NAME, KEY_OU, KEY_CN easy-rsa vars. #58

Closed
wants to merge 1 commit into from

Conversation

ewoutvonk
Copy link
Contributor

Hi,

I added support for nine variables, 4 of them to further tune the server openvpn configuration, 5 of them to further tune the easy-rsa vars.

I'm pushing the 9 vars as one change in the extensions branch. I also have separate feature branches for each of the variables if you wish.

Last but not least, each variable is accompanied with a documenting line as well.

Best Regards,
Ewout

…tives. Added options for KEY_EXPIRE, CA_EXPIRE, KEY_NAME, KEY_OU, KEY_CN easy-rsa vars.
<% end -%>
<% if @key_ou != '' -%>
export KEY_OU="<%= @key_ou %>"
<% end -%>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a newline at the end of the file.

@luxflux
Copy link
Contributor

luxflux commented Apr 20, 2014

Thank you for your work! I mentioned some stuff directly in the diff. Looking forward to merge after your fixes!

@fastlorenzo
Copy link

Hi, thanks @luxflux for your really helpful plugin and @ewoutvonk for your modifications. I need the persist tun/key option, @luxflux when do you plan to merge this commit ?

Regards,
Lorenzo

@luxflux
Copy link
Contributor

luxflux commented May 17, 2014

As this branch could not be merged automatically, I created another pull request #70. Also added some tests. As soon as the Travis CI build passes, I will merge.

@luxflux luxflux closed this May 17, 2014
luxflux added a commit that referenced this pull request May 17, 2014
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

Successfully merging this pull request may close these issues.

3 participants