Skip to content

Commit

Permalink
Fix Python 3.13 SSL failure
Browse files Browse the repository at this point in the history
  • Loading branch information
eandersson committed Oct 13, 2024
1 parent 8704739 commit 30536c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker/files/openssl.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@ basicConstraints = CA:true
keyUsage = keyCertSign, cRLSign

[ client_ca_extensions ]
basicConstraints = CA:false
basicConstraints=CA:TRUE,pathlen:0
keyUsage = digitalSignature,keyEncipherment
extendedKeyUsage = 1.3.6.1.5.5.7.3.2

[ server_ca_extensions ]
basicConstraints = CA:false
basicConstraints=CA:TRUE,pathlen:0
keyUsage = digitalSignature,keyEncipherment
extendedKeyUsage = 1.3.6.1.5.5.7.3.1
subjectAltName = DNS:rmq.eandersson.net

0 comments on commit 30536c4

Please sign in to comment.