mirror of
https://github.com/siderolabs/extensions.git
synced 2026-05-05 12:16:46 +02:00
fix(newt): add SSL ca cert mount
Add the missing ssl CA certificates. Signed-off-by: Camp <camp.fred@hotmail.com> Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
parent
030ac164c5
commit
7bc2170ffb
@ -9,4 +9,12 @@ depends:
|
||||
- configuration: true
|
||||
container:
|
||||
entrypoint: /usr/local/bin/newt
|
||||
mounts:
|
||||
# Mount CA root certificates as the endpoints will be signed by Let's Encrypt
|
||||
- source: /etc/ssl/certs
|
||||
destination: /etc/ssl/certs
|
||||
type: bind
|
||||
options:
|
||||
- rbind
|
||||
- ro
|
||||
restart: always
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user