1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Config to use RSA or ECDSA

This commit is contained in:
winlin 2020-04-03 15:03:09 +08:00
parent 5e06a2568b
commit c70a0eb07c
7 changed files with 48 additions and 10 deletions

View file

@ -399,6 +399,10 @@ rtc_server {
# $CANDIDATE $EIP # TODO: Implements it.
# default: *
candidate *;
# Whether use ECDSA certificate.
# If not, use RSA certificate.
# default: on
ecdsa on;
}
vhost rtc.vhost.srs.com {