mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-25 11:01:09 +00:00
Add CAs from site to install
Preserve the CA situation into the installer
This commit is contained in:
parent
3ddeb4bcd0
commit
5fb4f2b36c
@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
echo -n "" >> /tmp/net.ifaces
|
||||
cat /tls/*.pem >> /etc/pki/tls/certs/ca-bundle.certs
|
||||
|
||||
|
2
misc/confluent-prepivot.sh.rh8
Normal file
2
misc/confluent-prepivot.sh.rh8
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
cp /etc/pki/tls/certs/ca-bundle.crt /sysroot/etc/pki/tls/certs/
|
Loading…
Reference in New Issue
Block a user