mirror of
https://github.com/kakwa/uts-server
synced 2025-07-03 03:56:57 +02:00
more secure cryptographic algorithm in example configuration
This commit is contained in:
parent
34cdebfaa3
commit
e372e96b70
3 changed files with 127 additions and 121 deletions
|
@ -109,7 +109,7 @@ other_policies = tsa_policy2, tsa_policy3
|
|||
|
||||
# Acceptable message digests
|
||||
# (mandatory)
|
||||
digests = md5, sha1
|
||||
digests = md5, sha1, sha224, sha256, sha384, sha512
|
||||
|
||||
# (optional)
|
||||
accuracy = secs:1, millisecs:500, microsecs:100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue