diff options
Diffstat (limited to 'docs/opers.conf.example')
-rw-r--r-- | docs/opers.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/opers.conf.example b/docs/opers.conf.example index 0d1e6cd49..d76496e66 100644 --- a/docs/opers.conf.example +++ b/docs/opers.conf.example @@ -104,6 +104,12 @@ # 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="on" + # sslonly: This oper can only oper up if they're using a SSL connection. # Setting this option adds a decent bit of security. Highly recommended # if the oper is on wifi, or specifically, unsecured wifi. Note that it |