Small changes to lets encrypt, and add mordor gif
2 files changed, 6 insertions(+), 2 deletions(-)

A => sites/pmikkelsen.com/images/mordor.gif
M sites/pmikkelsen.com/plan9/lets_encrypt.md
A => sites/pmikkelsen.com/images/mordor.gif +0 -0

        
M sites/pmikkelsen.com/plan9/lets_encrypt.md +6 -2
@@ 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