From d08a7383c4ca121f96dabc2897c60e6b8b691ce6 Mon Sep 17 00:00:00 2001 From: Jannik <32801117+spontanurlaub@users.noreply.github.com> Date: Thu, 16 Jul 2026 22:24:01 +0200 Subject: [PATCH 1/2] Update external access installation instructions Clarify instructions for client certificate and key file paths. --- docs/install/external-access.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/external-access.md b/docs/install/external-access.md index bd00ac95..29cab786 100644 --- a/docs/install/external-access.md +++ b/docs/install/external-access.md @@ -115,8 +115,8 @@ Install `rmfakecloud-proxy` as the [installation instructions](../remarkable/set When asked for the cloud url, enter your public address. In this case, `https://rmfakecloud.example.com`. -In path to client certificate file, enter `client.crt`. +In path to client certificate file, enter `client.crt`. Do not enter as a path, only use the name of the file you have placed in the `/home/root/rmfakecloud` folder. -In path to client key file, enter `client.key`. +In path to client key file, enter `client.key`. Again, only enter as a filename, not the path. You should now be able to sync your reMarkable from outside your local network. From d5f13ffc73bec364dd24626f93de05eed5ef9060 Mon Sep 17 00:00:00 2001 From: Jannik <32801117+spontanurlaub@users.noreply.github.com> Date: Fri, 17 Jul 2026 13:04:36 +0200 Subject: [PATCH 2/2] Clarify syncing and pairing with mTLS authentication Added note about mTLS authentication and pairing issues. --- docs/install/external-access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/external-access.md b/docs/install/external-access.md index 29cab786..1ec34234 100644 --- a/docs/install/external-access.md +++ b/docs/install/external-access.md @@ -119,4 +119,4 @@ In path to client certificate file, enter `client.crt`. Do not enter as a path, In path to client key file, enter `client.key`. Again, only enter as a filename, not the path. -You should now be able to sync your reMarkable from outside your local network. +You should now be able to sync your reMarkable from outside your local network. Pairing does not work using mTLS authentication, and you will run into a cloudflare block screen. Make sure to pair beforehand, or disable the security rule temporarily for pairing.