mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
5fb4f2b36c
Preserve the CA situation into the installer
5 lines
96 B
Bash
5 lines
96 B
Bash
#!/bin/bash
|
|
echo -n "" >> /tmp/net.ifaces
|
|
cat /tls/*.pem >> /etc/pki/tls/certs/ca-bundle.certs
|
|
|