@@ 19,7 19,7 @@ system is available at `/mnt/term`. Run
cd /sys/lib/tls/
cp /mnt/term/etc/letsencrypt/live/pmikkelsen.com/privkey.pem ./
cp /mnt/term/etc/letsencrypt/live/pmikkelsen.com/fullchain.pem ./cert
-
+
Now the private key must be converted to one that can be loaded into factotum
auth/pemdecode 'PRIVATE KEY' privkey.pem | auth/asn12rsa -t 'service=tls role=client' > key
@@ 52,4 52,8 @@ I have the following in `/bin/service.au
exec tlssrv -c /sys/lib/tls/cert -l /sys/log/https /bin/service/tcp80 $*
Again, in the `/bin/service.auth` folder. It simply wraps the plain http service
-in a tls wrapper.
+in a tls wrapper which looks like this for me
+
+ #!/bin/rc
+ PLAN9=/
+ exec /rc/bin/rc-httpd/rc-httpd >>[2]/sys/log/www