Skip to content

Commit

Permalink
Remove the source of TLS cert/key/ca
Browse files Browse the repository at this point in the history
  • Loading branch information
klention committed Dec 27, 2024
1 parent c166664 commit 4d521f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions automation/roles/tls_certificate/generate/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
- "{{ tls_etcd_cert_path | default('/etc/etcd/server.crt') }}"
- "{{ tls_etcd_ca_cert_path | default('/etc/etcd/ca.crt') }}"
- "{{ tls_etcd_privatekey_path | default('/etc/etcd/server.key') }}"
- "/etc/tls/server.key"
- "/etc/tls/server.crt"
- "/etc/tls/ca.crt"

- ansible.builtin.set_fact:
all_san_entries: []
Expand Down

0 comments on commit 4d521f5

Please sign in to comment.