Skip to content

Commit

Permalink
ssl_server swap md5 for sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
strtgbb committed Jul 31, 2024
1 parent c1f4daa commit 57f3e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssl_server/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def create_ca_store_dir(self, path, name, config=None):
private_key = \\$dir/ca.key
default_days = 365
default_crl_days = 30
default_md = md5
default_md = sha256
preserve = no
policy = generic_policy
Expand Down

0 comments on commit 57f3e8a

Please sign in to comment.