mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 20:01:35 +00:00
663ad7ba98
+ client for testing + protocol documentation
3 lines
96 B
Bash
Executable file
3 lines
96 B
Bash
Executable file
#! /bin/bash
|
|
|
|
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes
|