Skip to content

Commit 35b50d9

Browse files
authored
Merge pull request #53 from dotconfig404/main
Bugfix Issue #52: explicitly setting ca port and hostname
2 parents be74341 + ac2bf5f commit 35b50d9

File tree

1 file changed

+2
-0
lines changed
  • openvoxserver/docker-entrypoint.d

1 file changed

+2
-0
lines changed

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)