Skip to content

Commit 0fe9d80

Browse files
committed
Fix the defaults for <sslprofile:hash>.
1 parent 2de7066 commit 0fe9d80

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/4/modules/ssl_gnutls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ configuration:
9999
- name: hash
100100
type: Text
101101
required: false
102-
default: sha256
102+
default: sha256 md5
103103
description: |-
104104
A space-delimited list of hash algorithms used for TLS client fingerprints. Prefix with `spki-` to use a Subject Public Key Info (SPKI) fingerprint for WebIRC gateway clients instead of a certificate fingerprint.
105105
- name: keyfile

docs/4/modules/ssl_openssl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ configuration:
154154
- name: hash
155155
type: Text
156156
required: false
157-
default: sha256
157+
default: sha256 md5
158158
description: |-
159159
A space-delimited list of hash algorithms used for TLS client fingerprints.
160160
- name: keyfile

0 commit comments

Comments
 (0)