I am configuring a server with Nginx and letsencrypt but I have doubts about whether it is mandatory to fill in this field.
letsencrypt certonly -a webroot --webroot-path=/var/www/html -d example.com
I have a node application in /home/pruebas/index.js, is this my webroot?
Greetings and thanks