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

Cert Creation fails on openssl 1.1.1d #6

Open
MeFisto94 opened this issue Aug 27, 2021 · 1 comment
Open

Cert Creation fails on openssl 1.1.1d #6

MeFisto94 opened this issue Aug 27, 2021 · 1 comment

Comments

@MeFisto94
Copy link

If I try the cert.sh on my system with the 1.1.1d version of openSSL I get

unable to find 'distinguished_name' in config
problems making Certificate Request

This can be solved as according to stackoverflow by preparing an openssl.cnf with the following content. It's important to add a trailing new-line though.

[req]
distinguished_name = req_distinguished_name

[req_distinguished_name]
# empty.

@BretFisher
Copy link
Owner

Not sure how I missed this issue. Yea I think we should move the cert.sh into a container with bind-mount to the cert location so we can control the tooling and improve the reliability.

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