diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-15 22:08:30 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-15 22:08:30 +0000 |
commit | 6ba883ff9d3934eacf35d4dc6844052d9f1301ad (patch) | |
tree | 5104c894d66e9e6c08de6f770a4d8387763f2009 /doc | |
parent | 6bdc9f5a66d8248bd0105d456aa7c54fb5f59434 (diff) |
- rename 'fingerprint' configuration directive to 'ssl_certificate_fingerprint'
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2245 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference.conf | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/reference.conf b/doc/reference.conf index 4cb5fe2..9a2748f 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -458,16 +458,16 @@ operator { # rsa_public_key_file = "/usr/local/ircd/etc/oper.pub"; /* - * fingerprint: enhances security by additionally checking the oper's - * client certificate fingerprint against the specified fingerprint - * below. + * ssl_certificate_fingerprint: enhances security by additionally checking + * the oper's client certificate fingerprint against the specified + * fingerprint below. * * Hint: your users can use the following command to obtain a SHA-256 hash * of their ssl certificate: * * openssl x509 -sha256 -noout -fingerprint -in cert.pem | sed -e 's/^.*=//;s/://g' */ -# fingerprint = "4C62287BA6776A89CD4F8FF10A62FFB35E79319F51AF6C62C674984974FCCB1D"; +# ssl_certificate_fingerprint = "4C62287BA6776A89CD4F8FF10A62FFB35E79319F51AF6C62C674984974FCCB1D"; /* class: the class the oper joins when they successfully /oper */ class = "opers"; @@ -612,11 +612,11 @@ connect { # ssl_cipher_list = "DHE-RSA-AES256-SHA:AES256-SHA"; /* - * fingerprint: enhances security by additionally checking the server's - * client certificate fingerprint against the specified fingerprint - * below. + * ssl_certificate_fingerprint: enhances security by additionally checking + * the server's client certificate fingerprint against the specified + * fingerprint below. */ -# fingerprint = "4C62287BA6776A89CD4F8FF10A62FFB35E79319F51AF6C62C674984974FCCB1D"; +# ssl_certificate_fingerprint = "4C62287BA6776A89CD4F8FF10A62FFB35E79319F51AF6C62C674984974FCCB1D"; /* * autoconn - controls whether we autoconnect to this server or not, |