diff --git a/docusaurus/docs/using-https-in-development.md b/docusaurus/docs/using-https-in-development.md index a7873e02287..edd668836d4 100644 --- a/docusaurus/docs/using-https-in-development.md +++ b/docusaurus/docs/using-https-in-development.md @@ -35,8 +35,6 @@ Note that the server will use a self-signed certificate, so your web browser wil ## Custom SSL certificate -You can also specify a custom certificate (available in `react-scripts@3.4.0` and higher). - To set a custom certificate, set the `SSL_CRT_FILE` and `SSL_KEY_FILE` environment variables to the path of the certificate and key files in the same way you do for `HTTPS` above. Note that you will also need to set `HTTPS=true`. ### Linux, macOS (Bash)