Skip to content

Commit 9496bd8

Browse files
authored
explicitly setting ca port and hostname
1 parent 2bfbfd1 commit 9496bd8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • openvoxserver/docker-entrypoint.d

openvoxserver/docker-entrypoint.d/90-ca.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ EOF
4343
else
4444
# we are the CA
4545
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}"
4648
hocon -f /etc/puppetlabs/puppetserver/conf.d/ca.conf \
4749
set certificate-authority.allow-subject-alt-names "${CA_ALLOW_SUBJECT_ALT_NAMES}"
4850

0 commit comments

Comments
 (0)