If needed, you can run the below command to create a self signed cert on your FMOS server.
openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout privateKey.key -out certificate.crt
If needed, you can run the below command to create a self signed cert on your FMOS server.
openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout privateKey.key -out certificate.crt
Comments
0 comments
Article is closed for comments.