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

dumpcerts.sh compatibility #4778

Closed
wants to merge 1 commit into from
Closed

dumpcerts.sh compatibility #4778

wants to merge 1 commit into from

Conversation

mlan
Copy link

@mlan mlan commented Apr 16, 2019

The dumpcerts.sh script uses OpenSSL to verify that the private key is valid.

In doing so, the key is piped to the command openssl, without limiting the line lengths.
This appears not to work for all implementations of SSL.
Within a Docker image based on alpine:3.8 the key line length need to be less than 80 charaters.

See issue: #4777

…s valid.

In doing so, the key is piped to the command openssl, without limiting the line lengths.
This appears not to work for all implementations of SSL.
Within a Docker image based on alpine:3.8 the key line length need to be less than 80 charaters.
@ldez
Copy link
Member

ldez commented Apr 16, 2019

Thank you for your contribution 👍

We want to remove this script from the Traefik repository (see #4783).

Sorry, but I will close your PR.

@ldez ldez closed this Apr 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants