Hi. I am running nodejs(express) server. I got my ssl certs via certbot with webroot validation. I runed certbot renew command in dry mode with failure result. Now i have a few questions, to what a cant find answers.
- Looks like i need http-01 file for renew certs. This was surprise for me because i thought i need it only for initial getting certs. This file was auto deleted when i rebuild my react project. Is there a possibility to restore it? Some copy in certbot dirrectories or new request for it via certbot, etc? Or i need new certs now?
- I was planned to disable http and remain only https. If validation possible only by checking http-01, can letsencrypt check it via https (some people in comments said that it can and some that it cant)?