Still no luck. The certificate is still invalid, saying that it is being issued to Kurento (the default certificate).
So this is what I did:
cat fullchain.pem privkey.pem > encryptkey.pem
Then copied all three files into /etc/kurento/
This is the content of this folder now:
-rw-r--r-- 1 root root 5192 Feb 25 00:09 encryptkey.pem
-rw-r--r-- 1 root root 3484 Feb 3 23:27 fullchain.old
-rw-r--r-- 1 root root 3484 Feb 24 09:02 fullchain.pem
-rw-r--r-- 1 root root 745 Feb 24 09:03 kurento.conf.json
-rw-r--r-- 1 root root 746 Feb 24 03:50 kurento.conf.json.save
-rw-r--r-- 1 root root 745 Feb 24 03:50 kurento.conf.json.save.1
drwxr-xr-x 3 root root 4096 Jan 30 22:50 modules
-rw-r--r-- 1 root root 1708 Feb 24 09:02 privkey.pem
-rw-r--r-- 1 root root 302 Jan 29 14:42 sdp_pattern.txt
And the content of kurento.conf.json is:
{
"mediaServer" : {
"resources": {
// //Resources usage limit for raising an exception when an object creatio$
// "exceptionLimit": "0.8",
// // Resources usage limit for restarting the server when no objects are $
// "killLimit": "0.7",
// Garbage collector period in seconds
"garbageCollectorPeriod": 240
},
"net" : {
"websocket": {
"port": 8888,
"secure": {
"port": 8433,