Skip to content

Commit

Permalink
Add baseDomain name and subjectAltName that is pointing to host ip ad…
Browse files Browse the repository at this point in the history
…dress

The cert should be extended to additional informations.
Also instead of setting the domain in the DNSMasq, we can set it in
MicroShift config.
  • Loading branch information
danpawlik committed Jun 14, 2024
1 parent 92b99dc commit d846903
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,12 @@ microshift_config:
apiServer:
subjectAltNames:
- "{{ fqdn }}"
- "{{ ansible_default_ipv4.address }}"
# advertiseAddress: ""
dns:
baseDomain: "{{ fqdn }}"
# debugging:
# logLevel: Normal
# dns:
# baseDomain: example.com
# etcd:
# memoryLimitMB: 0
# manifests:
Expand Down

0 comments on commit d846903

Please sign in to comment.