Commit 83d9bac
committed
Generate Python 3.13+ compatible certs
Python 3.13 tightened SSL cert validation requirements [1] which
requires changes to how we generate our CA and server CSRs [2].
Once merged, we will need to regenerate certs on existing hosts.
[1] https://docs.python.org/3/whatsnew/3.13.html#ssl
[2] https://galaxy.ansible.com/ui/repo/published/community/crypto/content/module/openssl_csr/
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>1 parent 98acf07 commit 83d9bac
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
| |||
83 | 88 | | |
84 | 89 | | |
85 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
86 | 97 | | |
87 | 98 | | |
88 | 99 | | |
| |||
0 commit comments