wm: doc

Download patch

ref: 318ee44371ddef714ad3798b165285b360302e2d
parent: b4bcf0eb52167c6ae599914427dc0a21f6a438f3
author: jrmu <jrmu@cloud9p.org>
date: Mon Sep 23 02:05:05 EDT 2024

Added instructions to complete acmed request

--- a/acmed.ms
+++ b/acmed.ms
@@ -16,5 +16,9 @@
 cpu% chmod 600 username@example.com.key example.com.key 
 cp username@example.com.key example.com.key /sys/lib/tls/acmed/
 cpu% auth/rsa2csr 'CN=example.com' /sys/lib/tls/acmed/example.com.key >/sys/lib/tls/acmed/example.com.csr
-auth/acmed -t http -o /usr/web/.well-known/acme-challenge username@example.com /sys/lib/tls/acmed/example.com.csr >/sys/lib/tls/acmed/example.com.crt
+webfs; auth/acmed -t http -o /usr/web/.well-known/acme-challenge username@example.com /sys/lib/tls/acmed/example.com.csr >/sys/lib/tls/acmed/example.com.crt
 
+cpu% mkdir -p /usr/$user/www/example.com/.well-known/acme-challenge
+cpu% auth/acmed -t http -o /usr/$user/www/example.com/.well-known/acme-challenge username@example.com /sys/lib/tls/acmed/example.com.csr >/sys/lib/tls/acmed/example.com.crt
+
+If all went well, you should find the certificate in /sys/lib/tls/acmed/example.com.crt