From cc78e19740ae1bf42f2bbb17f801fe2d4dac135d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 12 Aug 2025 14:53:09 +0300 Subject: [PATCH] Added docs for Windows SSL/TLS. Part 4. Thanks to xet7 ! Related #5866 --- CHANGELOG.md | 5 +++++ docs/Platforms/Propietary/Windows/Offline.md | 18 ++++++++++-------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 571236b3f..b68a0f0f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,11 @@ This release adds the following new features: Added ability to toggle user active status directly from the People page. Moved lockout settings from environment variables to database so admins can configure the lockout thresholds directly in the UI. Thanks to xet7. +- Added docs for Windows SSL/TLS. + [Part 1](https://github.com/wekan/wekan/commit/92c0543614fb92cf8217d8cc24a367296f3ade37), + [Part 2](https://github.com/wekan/wekan/commit/ce528b1826255ebf3ac9533dd8ed91bec8bbe8b1), + [Part 3](https://github.com/wekan/wekan/commit/ee01a07b0ac7c6b06054b3d7bfac8c38161adf19). + Thanks to xet7. and adds the following updates: diff --git a/docs/Platforms/Propietary/Windows/Offline.md b/docs/Platforms/Propietary/Windows/Offline.md index 165a859f4..689c3b25a 100644 --- a/docs/Platforms/Propietary/Windows/Offline.md +++ b/docs/Platforms/Propietary/Windows/Offline.md @@ -226,9 +226,11 @@ IPv4 Address: YOUR-PUBLIC-IPv4-ADDRESS (example: 80.123.123.123) ``` 3. Click Save -4. CloudFlare / Account Home / example.com / Origin Server / Create Cerfificate for example.com +4. CloudFlare / Account Home / example.com / SSL/TLS / Overview / SSL/TLS Encryption / Configure / Full (strict) -5. At Notepad, copy paste SSL/TLS certs in this order from top to bottom to one textfile `example.com.pem`: +5. CloudFlare / Account Home / example.com / Origin Server / Create Cerfificate for example.com + +6. At Notepad, copy paste SSL/TLS certs in this order from top to bottom to one textfile `example.com.pem`: ``` 1. Private Cert @@ -236,7 +238,7 @@ IPv4 Address: YOUR-PUBLIC-IPv4-ADDRESS (example: 80.123.123.123) 3. Certificate Chain ``` -6. Have for example this directory structure (can also be D: or E: etc) +7. Have for example this directory structure (can also be D: or E: etc) ``` C:. @@ -253,7 +255,7 @@ C:. └───Program Files ``` -6. Edit `start-wekan.bat` with Notepad, search and change these settings, change subdomain wekan.example.com +8. Edit `start-wekan.bat` with Notepad, search and change these settings, change subdomain wekan.example.com and node saving cmd.exe text outout to log.txt for logging: ``` @@ -270,7 +272,7 @@ If you have problems with attachments, instead try: SET WRITABLE_PATH=..\FILES\ ``` -7. Download newest Caddy webserver caddy_VERSION-NUMBER_windows_amd64.zip from +9. Download newest Caddy webserver caddy_VERSION-NUMBER_windows_amd64.zip from https://github.com/caddyserver/caddy/releases , extract .zip file, and copy caddy.exe to above directory structure. @@ -279,7 +281,7 @@ extract .zip file, and copy caddy.exe to above directory structure. - Caddy code https://github.com/caddyserver/caddy - Caddy forum https://caddy.community/ -8. To Caddyfile, with Notepad add this: +10. To Caddyfile, with Notepad add this: ``` wekan.example.com { @@ -293,7 +295,7 @@ wekan.example.com { } } ``` -9. Open `cmd.exe` terminal, write there: +11. Open `cmd.exe` terminal, write there: ``` C: @@ -303,7 +305,7 @@ cd \wekan wekan.bat ``` -10. Open another `cmd.exe` terminal, write there this. It will format Caddyfile to have +12. Open another `cmd.exe` terminal, write there this. It will format Caddyfile to have correct text format, and validate is Caddyfile configuration settings correct. ```