We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be74341 + ac2bf5f commit 35b50d9Copy full SHA for 35b50d9
openvoxserver/docker-entrypoint.d/90-ca.sh
@@ -43,6 +43,8 @@ EOF
43
else
44
# we are the CA
45
puppet config set --section server ca_ttl "${CA_TTL}"
46
+ puppet config set --section server ca_server "${CA_HOSTNAME}"
47
+ puppet config set --section server ca_port "${CA_PORT}"
48
hocon -f /etc/puppetlabs/puppetserver/conf.d/ca.conf \
49
set certificate-authority.allow-subject-alt-names "${CA_ALLOW_SUBJECT_ALT_NAMES}"
50
0 commit comments