Docker owncert files location updated

pull/431/head
pabloFuente 2020-04-14 14:27:36 +02:00
parent c6dc889e4d
commit 60a414c791
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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.