There was an error while loading. Please reload this page.
1 parent 575fe1b commit 3576532Copy full SHA for 3576532
1 file changed
RTMPS.md
@@ -9,7 +9,7 @@ The following commands will create the necessary files for the RTMPS feature. Th
9
* Create our CA key and certificate for self-signing:
10
11
```bash
12
-openssl ecparam -name prime256v1 -genkeopenssl ecparam -name prime256v1 -genkey -noout -out ca.key
+openssl ecparam -name prime256v1 -genkey -noout -out ca.key
13
14
openssl req -new -x509 -sha256 -key ca.key -out ca.crt -days 3650
15
0 commit comments