SSL: Nginx + Let’s encrypt on Windows

Download and install Nginx at: http://nginx.org/en/download.html Download win-acme at: https://github.com/win-acme/win-acme/releases/select: win-acme.v2.1.21.1218.x64.pluggable.zip unzip and open wacs.exe choose M [Create certificate(full options)] choose 2 [Manual input], then enter your domain ,[such as : win.ztidev.com] , then press enter next. choose 6 . verify domain with dns choose 2. RSA choose 2. nginx container . then enter your […]

Teerakorn Bounoy

March 7, 2022

Config project on ztidev.com & mapping domain

If you develop web app with HTML, Java or PHP languages and want to test on https://ztidev.com/<project_name>, or https://<domain_name>/ztidev.com, please follow this instruction. 1. Config Jenkins based on your project.Example in PHP: to move file after build to /var/www/html/<project_name>cp -rf <jenkins_project_name>/* /var/www/html/<project_name> 2. Remote to ZTI server.https://blog.zealtechinter.com/connect-to-linux-by-using-putty/ 3. Config path in NGINXvi /etc/nginx/conf.d/domain.confor vi /etc/nginx/conf.d/<domain_name>.conf […]

Teerakorn Bounoy

October 28, 2021