Skip to content

Commit 3576532

Browse files
authored
Update RTMPS.md
1 parent 575fe1b commit 3576532

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RTMPS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The following commands will create the necessary files for the RTMPS feature. Th
99
* Create our CA key and certificate for self-signing:
1010

1111
```bash
12-
openssl ecparam -name prime256v1 -genkeopenssl ecparam -name prime256v1 -genkey -noout -out ca.key
12+
openssl ecparam -name prime256v1 -genkey -noout -out ca.key
1313

1414
openssl req -new -x509 -sha256 -key ca.key -out ca.crt -days 3650
1515

0 commit comments

Comments
 (0)