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

PoC on how to fix client delete #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wnkz
Copy link

@wnkz wnkz commented Aug 10, 2015

Dirty way to fix #1

return os.path.join(os.environ.get("EASYRSA_PKI", ""),
"private/{0}.key".format(name))

def req_path(name):
return os.path.join(os.environ.get("EASYRSA_PKI", ""),
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's factor this out into a def create_path(file_path) method that is called like create_path("reqs/{0}.req".format()).

@micahhausler micahhausler mentioned this pull request Apr 22, 2016
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.

Cannot create client with a previously deleted username
2 participants