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

does not create server.crt with assigned CA #1

Closed
nick1008 opened this issue Mar 1, 2019 · 4 comments
Closed

does not create server.crt with assigned CA #1

nick1008 opened this issue Mar 1, 2019 · 4 comments

Comments

@nick1008
Copy link

nick1008 commented Mar 1, 2019

When I run it without a CA object all files are created. Then I try to create the server certificates again with the created CA certs. The csr, key and the v3.ext are created but the CA.srl and server.crt are not.

If I run the serverCrtCmd command myself afterwards though on cmd, the files are created.

@hezedu
Copy link
Member

hezedu commented Mar 2, 2019

Did you follow the instructions at the bottom of the document? https://github.com/linux-remote/ssl-self-signed#use-other-ca

@nick1008
Copy link
Author

nick1008 commented Mar 2, 2019

Yes. I put the path of the created ca.crt and ca.key Worked for you?

@hezedu
Copy link
Member

hezedu commented Mar 2, 2019

I'm publish 2.0.1:
If CA option not set(undefined): If under the ouput not have CA.key and CA.crt, It will generate CA. otherwise It will use CA.key and CA.crt under the ouput.

@hezedu hezedu closed this as completed Mar 3, 2019
@nick1008
Copy link
Author

nick1008 commented Mar 4, 2019

I set output !== _dirname and has to be the same path with where u call the command

My bad sorry

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