Skip to content

Commit

Permalink
Merge pull request #587 from wiene/fix-typo-manpage
Browse files Browse the repository at this point in the history
Fix typo in man page: certifcate -> certificate
  • Loading branch information
mjs authored Jun 28, 2024
2 parents 9a6a0df + 59a6d31 commit f8ea459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ port int Server port to connect to. Defaults to 143 unless `
ssl bool Use SSL/TLS to connect.
starttls bool Use STARTTLS to connect.
ssl_check_hostname bool If true and SSL is in use, check that certificate matches the hostname (defaults to true)
ssl_verify_cert bool If true and SSL is in use, check that the certifcate is valid (defaults to true).
ssl_verify_cert bool If true and SSL is in use, check that the certificate is valid (defaults to true).
ssl_ca_file string If SSL is true, use this to specify certificate authority certs to validate with.
timeout int Time out I/O operations after this many seconds.
oauth2 bool If true, use OAUTH2 to authenticate (``username`` and ``password`` are ignored).
Expand Down

0 comments on commit f8ea459

Please sign in to comment.