Hi, I'm trying to use EPL with Let's Encrypt SSL certificate.
In order to running EPL not as root, I've copied my certificates and changed the ownership, so that EPL can read it. But maybe, thats not the right way? It gives me:
Error: error:0906D06C:PEM routines:PEM_read_bio:no start line
Could the reason can be, that I've copied the tree files out of the Let's Encrypt folder?
My config part is:
"ssl" : {
"key" : "/opt/etherpad/ssl-key/fullchain.pem",
"cert" : "/opt/etherpad/ssl-key/cert.pem",
"ca": ["/opt/etherpad/ssl-key/chain.pem", "/opt/etherpad/ssl-key/fullchain.pem"]
},
But, pointing I the cert path to the original, I'm getting this expected error:
Error: EISDIR: illegal operation on a directory, read
With apache, my certificate is working well.
Where is my mistake?
Etherpad version is 1.6.6 (599b1f4)
node -v v10.5.0
Hi, I'm trying to use EPL with Let's Encrypt SSL certificate.
In order to running EPL not as root, I've copied my certificates and changed the ownership, so that EPL can read it. But maybe, thats not the right way? It gives me:
Error: error:0906D06C:PEM routines:PEM_read_bio:no start lineCould the reason can be, that I've copied the tree files out of the Let's Encrypt folder?
My config part is:
But, pointing I the cert path to the original, I'm getting this expected error:
Error: EISDIR: illegal operation on a directory, readWith apache, my certificate is working well.
Where is my mistake?
Etherpad version is 1.6.6 (599b1f4)node -v v10.5.0