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

Allow vars file to exist in current directory (Fix make-cadir) #635

Merged
merged 2 commits into from
Aug 14, 2022

Commits on Aug 13, 2022

  1. Allow vars file to exist in current directory (Fix make-cadir)

    The utility script 'make-cadir' creates a CA directory with a vars file.
    This vars file conflicts with the preferred PKI-vars file.
    
    This patch changes 'init-pki' to allow make-cadir vars file to over-ride
    the preferred PKI-vars file, without error.
    
    Closes: OpenVPN#633
    
    Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
    TinCanTech committed Aug 13, 2022
    1 Configuration menu
    Copy the full SHA
    f4a6044 View commit details
    Browse the repository at this point in the history
  2. init-pki: Re-order locations of required data files

    Prefer /usr/local/share over /usr/share
    and move /etc/easy-rsa to last place.
    
    Tidy up a 'case', no functional change.
    
    Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
    TinCanTech committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    20f7aaa View commit details
    Browse the repository at this point in the history