I'm trying to create certificate for *.foobar.com
./certbot-auto certonly --standalone-supported-challenges http-01 -d *.foobar.com
But I get the error:
certbot: error: unrecognized arguments: --standalone-supported-challenges http-01
I have google this error but I keep getting answers with example using apache servers. What is the command to make it work with a simple golang webserver serving a typical web app (html, css, js, some svgs, jpgs)