Skip to content
This repository was archived by the owner on Aug 25, 2023. It is now read-only.

Fix openssl error during cert generation #8

Merged
merged 1 commit into from
May 9, 2020
Merged

Fix openssl error during cert generation #8

merged 1 commit into from
May 9, 2020

Conversation

CHBMB
Copy link
Collaborator

@CHBMB CHBMB commented May 9, 2020

On Alpine 3.10 "openssl" will generate certs in 30-config following upgrade to Alpine 3.11 this no longer works so need to change to libressl. Alpine 3.11 has removed the symlink in /usr/bin/

Alpine 3.10

root@96fe82d47735:/# ls -la /usr/bin/ | grep ssl
-rwxr-xr-x 1 root root  443576 May  6  2019 libressl
lrwxrwxrwx 1 root root       8 Dec 19 10:59 openssl -> libressl
-rwxr-xr-x 1 root root   13968 Oct 26  2019 ssl_client

Alpine 3.11

root@5959d3ef47c4:/# ls -la /usr/bin/ | grep ssl
-rwxr-xr-x 1 root root  458736 Nov  6  2019 libressl
-rwxr-xr-x 1 root root   13992 Jan 15 10:36 ssl_client

Closes #7

@CHBMB CHBMB self-assigned this May 9, 2020
@CHBMB CHBMB added the bug Something isn't working label May 9, 2020
@CHBMB CHBMB requested a review from a team May 9, 2020 21:31
@aptalca aptalca merged commit 0c70ba5 into master May 9, 2020
@aptalca aptalca deleted the libressl branch May 9, 2020 21:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing OpenSSL
3 participants