mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 01:22:00 +00:00
Place Confluent CA certs into TLS anchors
When processes may update the certificate authorities, the confluent CA trust would be lost. Place it appropriately so that update-ca-trust will keep it in the appropriate place.
This commit is contained in:
parent
6f194f26c0
commit
687136131e
@ -94,6 +94,7 @@ chmod +x /mnt/sysimage/opt/confluent/bin/firstboot.sh
|
||||
|
||||
%post
|
||||
cat /etc/confluent/tls/*.pem >> /etc/pki/tls/certs/ca-bundle.crt
|
||||
cp /etc/confluent/tls/*.pem /etc/pki/ca-trust/source/anchors
|
||||
systemctl enable firstboot
|
||||
chgrp ssh_keys /etc/ssh/ssh*key
|
||||
restorecon /etc/ssh/ssh*key /root/.shosts /etc/ssh/shosts.equiv /etc/ssh/ssh_config.d/* /opt/confluent/bin/firstboot.sh
|
||||
|
Loading…
Reference in New Issue
Block a user