Hi I am having Nginx Web Server which has outbounds blocked. Only inbound is allowed.
Earlier i used to generate the SSL from sslforfree.com and use to deploy maually.
So my question is Is there a way to manually generate the cert.? using Certbot or any other client so that i will manually out the files for verification and once verified certs can be generated.
In such a case, you would not bother installing anything like Certbot on your VPS.
You could install Certbot on your own computer, or any other machine, and issue the certificate there. Once that is done, upload the resulting private key and full certificate chain to your VPS.
This is approximately equivalent to using sslforfree. Think of web-based clients as Certbot running inside your browser.
Certbot is now available for Windows, so you shouldn’t encounter too much trouble running it from any computer, really.