Solid local server for linux mint

Good afternoon,
I have picked up an old laptop. installed linux mint 19.

Now I would like to set up a local server.

I get the http working but would like https (with certbot)
Unfortunately my contents of ```/etc/apt/sources.list
i.e. deb http://ftp.debian.org/debian stretch-backports main.
is incorrect. anybody know what it should actually contain ??

then I can continue with the setup as described in …
https://solid.inrupt.com/docs/installing-running-nss

Thanks in advance !!

djb

1 Like
sudo nano /etc/apt/sources.list

The above code will open sources.list.  Scroll to the bottom and type in the following line.

deb http://ftp.debian.org/debian stretch-backports main

close with 'ctrl o' then 'enter' then 'ctrl x'
1 Like