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

running openssl from command line, it isn't finding the default 'config' #7

Open
MikeFultonDev opened this issue Jun 22, 2022 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@MikeFultonDev
Copy link
Contributor

This might be a user error... But I had to do:

openssl req -x509 -newkey rsa:4096 -config=/fultonm/prod/ssl/openssl.cnf -keyout key.pem -out cert.pem -sha256 -days 365 

instead of just

openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 365 

so I don't know if I built it wrong or if people have to set up their own config in practice.

@MikeFultonDev MikeFultonDev added the help wanted Extra attention is needed label Jun 22, 2022
@MikeFultonDev
Copy link
Contributor Author

@ejratl i don't know if you have peeked at this, but if you have and things have changed, please add an update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant