mirror of https://github.com/OpenVidu/openvidu.git
Docker owncert files location updated
parent
c6dc889e4d
commit
60a414c791
|
@ -16,8 +16,8 @@ OPENVIDU_SECRET=
|
||||||
# - selfsigned: Self signed certificate. Not recommended for production use.
|
# - selfsigned: Self signed certificate. Not recommended for production use.
|
||||||
# Users will see an ERROR when connected to web page.
|
# Users will see an ERROR when connected to web page.
|
||||||
# - owncert: Valid certificate purchased in a Internet services company.
|
# - owncert: Valid certificate purchased in a Internet services company.
|
||||||
# Please put the certificates in same folder as docker-compose.yml
|
# Please put the certificates files inside folder ./owncert
|
||||||
# file with names certificate.key and certificate.cert.
|
# with names certificate.key and certificate.cert
|
||||||
# - letsencrypt: Generate a new certificate using letsencrypt. Please set the
|
# - letsencrypt: Generate a new certificate using letsencrypt. Please set the
|
||||||
# required contact email for Let's Encrypt in LETSENCRYPT_EMAIL
|
# required contact email for Let's Encrypt in LETSENCRYPT_EMAIL
|
||||||
# variable.
|
# variable.
|
||||||
|
|
|
@ -92,8 +92,8 @@ OPENVIDU_SECRET=
|
||||||
# - selfsigned: Self signed certificate. Not recommended for production use.
|
# - selfsigned: Self signed certificate. Not recommended for production use.
|
||||||
# Users will see an ERROR when connected to web page.
|
# Users will see an ERROR when connected to web page.
|
||||||
# - owncert: Valid certificate purchased in a Internet services company.
|
# - owncert: Valid certificate purchased in a Internet services company.
|
||||||
# Please put the certificates in same folder as docker-compose.yml
|
# Please put the certificates files inside folder ./owncert
|
||||||
# file with names certificate.key and certificate.cert.
|
# with names certificate.key and certificate.cert
|
||||||
# - letsencrypt: Generate a new certificate using letsencrypt. Please set the
|
# - letsencrypt: Generate a new certificate using letsencrypt. Please set the
|
||||||
# required contact email for Let's Encrypt in LETSENCRYPT_EMAIL
|
# required contact email for Let's Encrypt in LETSENCRYPT_EMAIL
|
||||||
# variable.
|
# variable.
|
||||||
|
|
Loading…
Reference in New Issue