Skip to content

Commit

Permalink
make certs last ~5 years
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktaubeneck committed Nov 25, 2024
1 parent b08956f commit 77e242a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidecar/ansible/keygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
- "pub/h{{ identity }}.pem"
- "pub/h{{ identity }}_mk.pub"
- name: Generate new keys
command: "{{ target_dir }}/release/helper keygen --name {{ helper_domain }} --tls-cert {{ ansible_env.HOME }}/draft/config/pub/h{{ identity }}.pem --tls-key {{ ansible_env.HOME }}/draft/config/h{{ identity }}.key --mk-public-key {{ ansible_env.HOME }}/draft/config/pub/h{{ identity }}_mk.pub --mk-private-key {{ ansible_env.HOME }}/draft/config/h{{ identity }}_mk.key"
command: "{{ target_dir }}/release/helper keygen --name {{ helper_domain }} --tls-cert {{ ansible_env.HOME }}/draft/config/pub/h{{ identity }}.pem --tls-key {{ ansible_env.HOME }}/draft/config/h{{ identity }}.key --mk-public-key {{ ansible_env.HOME }}/draft/config/pub/h{{ identity }}_mk.pub --mk-private-key {{ ansible_env.HOME }}/draft/config/h{{ identity }}_mk.key --tls-valid-days 2000"
args:
chdir: "{{ ipa_path }}"
- name: Fetch the newly created files
Expand Down

0 comments on commit 77e242a

Please sign in to comment.