Skip to content

Commit

Permalink
Merge pull request #231 from shiftstack/ssl_v6
Browse files Browse the repository at this point in the history
ssl: allow cert to be used by hostonly IPs
  • Loading branch information
MaysaMacedo authored Sep 11, 2024
2 parents b2bcc54 + 01312ec commit a37bf2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playbooks/roles/simpleca/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@
- "DNS:{{ standalone_host }}"
- "IP:{{ public_api }}"
- "IP:{{ control_plane_ip }}"
- "IP:{{ hostonly_gateway }}"
- "IP:{{ hostonly_v6_gateway }}"
register: user_csr

- name: Sign the CSR for {{ cert_user }}
Expand Down

0 comments on commit a37bf2f

Please sign in to comment.