2
0
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:
Jarrod Johnson 2020-05-19 10:38:31 -04:00
parent 92f8acab7a
commit 5f63875cae

View File

@ -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