This repository was archived by the owner on May 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
cert_path : " {{ certificate_cert_path }}"
23
23
chain_path : " {{ certificate_chain_path if certificate_chain_path is defined else None }}"
24
24
privatekey_path : " {{ certificate_privatekey_path if certificate_privatekey_path is defined else None }}"
25
- privatekey_size : " {{ certificate_privatekey_size if certificate_privatekey_size is defined else None }}"
25
+ privatekey_size : " {{ certificate_privatekey_size if certificate_privatekey_size is defined else 4096 }}"
26
26
common_name : " {{ certificate_common_name }}"
27
27
alt_name : " {{ certificate_alt_name | default([]) }}"
28
28
before_expired_hours : " {{ certificate_before_expired_hours if certificate_before_expired_hours is defined else 72 }}"
Original file line number Diff line number Diff line change 12
12
cert_path : " {{ certificate_cert_path }}"
13
13
chain_path : " {{ certificate_chain_path if certificate_chain_path is defined else None }}"
14
14
privatekey_path : " {{ certificate_privatekey_path if certificate_privatekey_path is defined else None }}"
15
- privatekey_size : " {{ certificate_privatekey_size if certificate_privatekey_size is defined else None }}"
15
+ privatekey_size : " {{ certificate_privatekey_size if certificate_privatekey_size is defined else 4096 }}"
16
16
common_name : " {{ certificate_common_name }}"
17
17
alt_name : " {{ certificate_alt_name | default([]) }}"
18
18
before_expired_hours : " {{ certificate_before_expired_hours if certificate_before_expired_hours is defined else None }}"
You can’t perform that action at this time.
0 commit comments