mirror of
https://github.com/xcat2/confluent.git
synced 2025-02-16 18:49:04 +00:00
Finally fix SuSE certificate handling
It was targeting a symlink that went out of chroot, target the underlying directory instead.
This commit is contained in:
parent
92f8acab7a
commit
5f63875cae
@ -43,6 +43,6 @@ chmod 700 /mnt/etc/confluent
|
||||
cp /tmp/confluent.* /mnt/etc/confluent/
|
||||
cp -a /tls /mnt/etc/confluent/
|
||||
cp -a /tls/* /mnt/var/lib/ca-certificates/openssl
|
||||
cp -a /tls/* /mnt/etc/ssl/certs
|
||||
cp -a /tls/* /mnt/var/lib/ca-certificates/pem
|
||||
cp -a /tls/*.cert /mnt/etc/pki/trust/anchors
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user