I can't get the ssl certificate
My servus works on a raspberry with an associated dyndns address, I imagine that the nostr relay that it makes available on the network is traceable only if associated with an ssl certificate.
Unfortunately I can't get the certificate either using the sudo options --ssl-acme[-production] --contact-email <contact_email> or through the acme.sh script (I don't know which directory to put in acme.sh --issue -d example.com -w /home/wwwroot/example.com, I tried with /.../sites/localhost but it doesn't work, with a classic /var/www/html it works)
Any news?
Is your Raspberry accessible from the internet? Can you try connecting to it using the public IP from your mobile connection rather than from your WiFi? Note: many ISPs these days don't give you an actually public IP unless you call them and request one - by default they just put you behind some NAT.
I don't know which directory to put in
acme.sh
Use standalone mode then you don't need any directory, since it will just listen on port 80 without needing another web server.
I finally got a valid certificate through https://letsencrypt.org/ and now servus starts correctly