Skip to content

Commit

Permalink
update default certs path
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalyVaryvdin committed Nov 8, 2023
1 parent df1f25c commit 8567409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rtsp-simple-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ webrtcEncryption: yes
# This can be generated with:
# openssl genrsa -out server.key 2048
# openssl req -new -x509 -sha256 -key server.key -out server.crt -days 3650
webrtcServerKey: server.key
webrtcServerKey: /etc/ssl/private/domain.key
# Path to the server certificate.
webrtcServerCert: server.crt
webrtcServerCert: /etc/ssl/certs/domain.crt
# Value of the Access-Control-Allow-Origin header provided in every HTTP response.
# This allows to play the WebRTC stream from an external website.
webrtcAllowOrigin: '*'
Expand Down

0 comments on commit 8567409

Please sign in to comment.