diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 721f74a6e1d5ab..673d4f1bda4792 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2471,15 +2471,17 @@ added: v15.6.0 * `email` {string} * `options` {Object} * `subject` {string} `'always'` or `'never'`. **Default:** `'always'`. - * `wildcards` {boolean} **Default:** `true`. - * `partialWildcards` {boolean} **Default:** `true`. - * `multiLabelWildcards` {boolean} **Default:** `false`. - * `singleLabelSubdomains` {boolean} **Default:** `false`. * Returns: {string|undefined} Returns `email` if the certificate matches, `undefined` if it does not.