technomada

Results 5 comments of technomada

Yes, good idea, what do you have in mind? Caddy does have on the fly "on_demand" https mode.. ``` *.example.com { tls [email protected] { on_demand } } ``` I'm thinking...

Nothing like that yet in the cloud-from-scratch project but it would be interesting to add. Added a couple of links to get started... https://ericchiang.github.io/post/containers-from-scratch/ https://medium.com/swlh/build-containers-from-scratch-in-go-part-1-namespaces-c07d2291038b

Added a link to raspberrypiwireguard ... checking on a pi 3 .... ``` $ wget -O - https://ftp-master.debian.org/keys/archive-key-$(lsb_release -sr).asc | sudo apt-key add - --2020-06-11 02:53:22-- https://ftp-master.debian.org/keys/archive-key-10.asc Resolving ftp-master.debian.org (ftp-master.debian.org)......

listing of https://ftp-master.debian.org/keys/ ```   | archive-key-4.0-revoke.asc | 2019-07-01 15:00 | 693   | archive-key-4.0.asc | 2010-06-10 15:39 | 1.0K   | archive-key-5.0-revoke.asc | 2019-07-01 15:00 | 1.7K   | archive-key-5.0.asc | 2010-06-10 15:39...

Currious does... ``` wget -O - https://ftp-master.debian.org/keys/archive-key-9.asc | sudo apt-key add - ``` ...work correctly on stretch or is it better to recomend buster or newer?