mirror of
https://github.com/xcat2/confluent.git
synced 2026-05-29 14:11:30 +00:00
Add CAs from site to install
Preserve the CA situation into the installer
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
echo -n "" >> /tmp/net.ifaces
|
||||
cat /tls/*.pem >> /etc/pki/tls/certs/ca-bundle.certs
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
cp /etc/pki/tls/certs/ca-bundle.crt /sysroot/etc/pki/tls/certs/
|
||||
Reference in New Issue
Block a user