#rmnfakecloud and ios app
1 messages · Page 1 of 1 (latest)
If you want, doesn’t really matter how the keys / certs get generated
yeah rmfakecloud-proxy does that too
Ok so
root@imx93-chiappa:~# ls
ca.crt installer-rmpro.sh proxy.key
ca.key proxy.bundle.crt proxy.pubkey
ca.srl proxy.crt rmfakecloud
csr.conf proxy.csr
root@imx93-chiappa:~#
You’ll probably want to start with figuring out DNS on iOS otherwise everything else is pointless.
Whatcha gonna do?
It’s the hardest part
Is it just a profile I install?
You can’t set DNS via a profile to my knowledge
reMarkable doesn't have a dns server
So what dns is it using
Will this override 1.1.1.1 or something
I dont know what the hell kubernetes is in the doc
You need your iOS device to use a DNS server you control and can serve the records you want for the rM domains
I think I’m done here
It's possible to follow the principles of the guide without using Kubernetes (I did), but you need to understand the general foundations of what is happening.
Pi-Hole or AdGuard are good candidates.
I have a pi hole
(With side benefits.)
You’ll need the cert on nginx too
Or some proxy
That solves it while you’re on your home network, which may be good enough
The cert should be for https on nginx?
Like
ssl_certificate /etc/letsencrypt/live/mine.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/mine.com/privkey.pem;
location / {
Right now thats what i have
Anyone else