[9fans] problem with factotum

2023-09-13 Thread Iban Nieto
Hello! I'm trying to serve https (443) and gemini (1965) under 9front. I've already a working rc-httpd (80) setup and now I would like to start using letsencrypt certificates. Also rc-gemd (gemini server) needs a certificate in order to work. I manage to get the certificate with acmed using the

Re: [9fans] problem with factotum

2023-09-13 Thread igor
A working setup with tlssrv(8) and acmed(8) is documented here: • https://9lab.org/plan9/web-server-with-go-based-static-site-generator-hugo/#https-port-443 A comparison of those steps with your steps below might reveal the issue. Quoth Iban Nieto : > Hello! > > I'm trying to serve https (443)

Re: [9fans] problem with factotum

2023-09-13 Thread Skip Tavakkolian
Do you have the right factotum in the namespace you're working on? Listing /srv should give a clue. On Wed, Sep 13, 2023 at 2:03 PM Iban Nieto wrote: > > Hello! > > I'm trying to serve https (443) and gemini (1965) under 9front. > > I've already a working rc-httpd (80) setup and now I would like