Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

which ssl backend and how to keep ca updated #3

Closed
xquery opened this issue May 2, 2019 · 3 comments · Fixed by #6
Closed

which ssl backend and how to keep ca updated #3

xquery opened this issue May 2, 2019 · 3 comments · Fixed by #6

Comments

@xquery
Copy link
Member

xquery commented May 2, 2019

No description provided.

@jay
Copy link
Member

jay commented May 2, 2019

The OpenSSL backend has a disproportionately large user base so that's what I would use. The ca I would use curl's lib/mk-ca-bundle.pl and if possible find some way to automate adding it to the image.

edit: Do docker images have their own certificate bundle? If so then why not use that?

@xquery
Copy link
Member Author

xquery commented May 3, 2019 via email

@xquery
Copy link
Member Author

xquery commented Aug 26, 2019

with alpine it seemed simple enough to use

apk add --no-cache ca-certificates

as proposed by the fix #6

@xquery xquery closed this as completed in #6 Aug 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants