Certbot will not modify the nginx conf file

Does this command also modify the conf file?

sudo certbot -i nginx \
  --dns-cloudflare \
  --dns-cloudflare-credentials ~/.secrets/certbot/cloudflare.ini \
  --dns-cloudflare-propagation-seconds 60 \
  -d example.com \
  -d *.example.com