matrix-engine
Version:
DISABLE RAYCAST DEBUG TEST [2.3.3] Fix for GUI win desktop [2.3.0] DestrucMesh solution & loading convex objs for physics BASIC, SpriteAnimation CPU/texture solution added, Improved notify box UI. Test netPos Offset ; dispatchEvent(new CustomEvent(net-rea
26 lines (15 loc) • 818 B
Markdown
## Easy generate certification (crt and key) with XAMPP Apache (on windows)
Find yout XAMPP folder:
```
C:\xampp\apache
```
Just run `makecert.bat`
If everything is fine copy files :
From `C:\xampp\apache\conf\ssl.crt\server.crt` to `project\visual-ts\server\rtc\apache-local-cert`
From `C:\xampp\apache\conf\ssl.key\server.key` to `project\visual-ts\server\rtc\apache-local-cert`
Install it:

Must be placed or copied intro:

Now you have CRT and KEY File, run: `make-csr.bat` to generate CSR File.
Restart XAMPP Apache also clear cache from browser.