Month: <span>March 2025</span>

How to use CertifyMe with Nginx and Blazor Server on Windows.

It much easier to setup Nginx to use https and forward http requests to your Blazor server app then to build https in your app. So first, add the following to your nginx.conf file. Assuming here that nginx is location in C:\Tools Then mkdir “C:\tools\nginx\html\.well-known\acme-challenge” echo “test” > “C:\tools\nginx\html\.well-known\acme-challenge\configcheck” Now …