2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-12 10:49:17 +00:00

Build confluent CA cert for EL8

This commit is contained in:
Jarrod Johnson 2020-06-30 17:02:21 -04:00
parent 94f2b618bd
commit 8f9e4ea205

View File

@ -32,6 +32,7 @@ echo $apikey > /etc/confluent.apikey
umask $oum
mgr="[$mgr]"
cp /tmp/confluent.info /etc/confluent.apikey /etc/confluent/
cat /tls/*.pem > /etc/confluent/ca.pem
/usr/libexec/platform-python /opt/confluent/bin/apiclient /confluent-api/self/deploycfg > /tmp/confluent.deploycfg
dnsdomain=$(grep ^dnsdomain: /tmp/confluent.deploycfg)