diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-07-19 14:39:04 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-07-19 14:39:04 +0200 |
commit | 3d0fa60ba524ce1af8056f86a126aa506f97261b (patch) | |
tree | 9d68c514d75ab7d19d492529064aa49bb6d60494 /docs/conf/opers.conf.example | |
parent | e5ada400b0f2e2ae02f40867450a6789126da6e3 (diff) |
Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhere
Diffstat (limited to 'docs/conf/opers.conf.example')
-rw-r--r-- | docs/conf/opers.conf.example | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf/opers.conf.example b/docs/conf/opers.conf.example index eef8039cb..996fded6d 100644 --- a/docs/conf/opers.conf.example +++ b/docs/conf/opers.conf.example @@ -106,10 +106,10 @@ # If m_sslinfo isn't loaded, this option will be ignored. #fingerprint="67cb9dc013248a829bb2171ed11becd4" - # autologin: If an SSL fingerprint for this oper is specified, you can - # have the oper block automatically log in. This moves all security of the - # oper block to the protection of the client certificate, so be sure that - # the private key is well-protected! Requires m_sslinfo. + # autologin: If an SSL certificate fingerprint for this oper is specified, + # you can have the oper block automatically log in. This moves all security + # of the oper block to the protection of the client certificate, so be sure + # that the private key is well-protected! Requires m_sslinfo. #autologin="on" # sslonly: If on, this oper can only oper up if they're using a SSL connection. |