Add SSL Certificate to IIS

Let’s Encrypt Let’s Encrypt is a free, automated, and open Certificate Authority (CA), run for the public’s benefit. We give people the digital certificates they need in order to enable HTTPS (SSL/TLS) for websites, for free, in the most user-friendly way we can. Let’s Encrypt Client ACME Clients help create certificates for the sites and get them validated through Let’s Encrypt. Win-ACME win-acme is a good ACME client for Windows Server IIS. [Read More]
website  SSL  IIS 

Develop Websites

Develop Websites using R With RStudio and Quarto, there are quite a few options to develop simple but neat websites. From the RStudio, New Project, we can create Quarto Website, Bookdown, blogdown, and Simple R Markdown websites. Particularly for Quarto Website, all the interactive capabilities allowed by OJS could be incorporated. The Quarto Website is based on a bootstrap template and has a simplistic appearance. Importantly, Quarto or R markdown can directly hold DIV, which can be used by many JavaScript libraries to plot charts, maps, or tables. [Read More]