Fix incorrect documentation for certificate verification on the server builder (#882)
Motivation:
The server build incorrectly claimed that without manually calling
`withTLS(certificateVerification:)` that `.fullVerification` would be
used. The default is actually `.none`.
Modifications:
Change the documented default to `.none`.
Result:
Documentation is no longer incorrect.