Skip to content

Errror with Le'ts Encrypt SSL Certificates #3414

@xpilgrim

Description

@xpilgrim

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions