balena-io-modules / balena-preload

Script for preloading containers onto balena device images
https://www.balena.io/
Apache License 2.0
35 stars 8 forks source link

Certs in /etc/ssl/certs are symlinks on Arch #200

Closed zvin closed 5 years ago

zvin commented 5 years ago

Preload is broken on arch due to https://github.com/balena-io/balena-preload/blob/0675bf7261efb711c8c53f8d34e817d8dffffb3f/lib/preload.js#L138

zvin commented 5 years ago

We need to add an option to pass crt file path that will be copied into the prelaod container's /etc/ssl/certs/ folder at runtime.

balena-ci commented 5 years ago

[zvin] This issue has attached support thread https://jel.ly.fish/#/support-thread~ae266ca5-5838-4f68-a777-0188e5bafdd9

zvin commented 5 years ago

Use the --add-certificate option.