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

Cannot get vars to work. #4

Open
jamenlang opened this issue Jun 24, 2021 · 1 comment
Open

Cannot get vars to work. #4

jamenlang opened this issue Jun 24, 2021 · 1 comment

Comments

@jamenlang
Copy link

When I generate a cert it shows Issuer: CN=ChangeMe even though I've got my vars set correctly before I build the CA.

Also, I don't suppose password protected CAs will work with this right?

@EvilFreelancer
Copy link
Owner

Hello!

it shows Issuer: CN=ChangeMe

Environment should be available before execution, in bash you need to execute . vars first, then keys building steps. Something similar in this library, so you need to set environments then try to generate.

password protected CAs will work with this right?

For the project that I've implemented using this library, such a task was not needed, so I did not implemented password support for CA. In my project, users used their domain account using the same set of OpenVPN certificates.

Maybe you know nice solution and may submit PR with fix? :)

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

2 participants