This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
| [ | |
| { | |
| "name": "A", | |
| "teams": [ | |
| "Catar", | |
| "Equador", | |
| "Senegal", | |
| "Holanda" | |
| ], | |
| "matches": [ |
| #!/usr/bin/zsh | |
| # Install Docker and set to initialize on system boot | |
| sudo apt update -q && sudo apt upgrade -yq | |
| sudo apt remove docker docker-engine docker.io containerd runc | |
| sudo apt-get install \ | |
| apt-transport-https \ | |
| ca-certificates \ | |
| curl \ | |
| gnupg \ |
This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
🚧 IMPORTANT
JMeter requires Java 8+ Download Java
| // This file was initially generated by Windows Terminal 0.11.1333.0 | |
| // It should still be usable in newer versions, but newer versions might have additional | |
| // settings, help text, or changes that you will not see unless you clear this file | |
| // and let us generate a new one for you. | |
| // To view the default settings, hold "alt" while clicking on the "Settings" button. | |
| // For documentation on these settings, see: https://aka.ms/terminal-documentation | |
| { | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}", | |
| // You can add more global application settings here. |