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

make_certs.sh failing on step 3 - Mac OSX and Ubuntu #39

Open
evanogainen opened this issue Jul 28, 2016 · 1 comment
Open

make_certs.sh failing on step 3 - Mac OSX and Ubuntu #39

evanogainen opened this issue Jul 28, 2016 · 1 comment

Comments

@evanogainen
Copy link

I've been trying to get this running both on Mac OS X and on Ubuntu Linux following your directions.
I run into the same issue on both systems

When it runs this command:

openssl x509 -req -days 365 -in server.csr -CA cacert.crt -CAkey cakey.key -CAcreateserial -out server.crt -extfile ./server.cnf -extensions ssl_server

I consistently get the error:

Error Loading extension section ssl_server

I'm sure it's something configuration related, which is why I tried it both on linux and osx, but reading through all the openssl stuff I cannot find mention of ssl_server anywhere, so I'm kinda stumped.
Is there something incorrect int he command, or are there some unlisted dependencies/configuration ?

Would appreciate any help you can give with this.

thanks

@snyuryev
Copy link

The same for me.
Any solution?

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