I was looking for a way to limit the versions of TLS that are supported, and I came across the `secureOptions` in the `tls.createServer` [method](https://nodejs.org/api/tls.html#tls_tls_createserver_options_secureconnectionlistener) that appears to do exactly that. However, I noticed that the documentation doesn't reference this option. Is this something that a pull request to modify the docs would be appropriate, or is this something that you all intend to deprecate/remove in the near-future?