This Project's Goal, Spring-Boot-Nginx-Configuration with SSL Certificated
- Git-OpenSSL(for Certificate Installation)
 - Spring Boot
 - MySQL
 - Nginx
 - Jaeger
 - Docker
 - Kafka
 - Kafdrop
 - Zookeeper
 
- First,Create a certificate file and key file with OpenSSL for https secured
 
- Copy this files in src/main/resources
 
- Open application.properties and configured ssl settings
 
- Add docker-compose nginx port "443" and volumes this configuration files
 
- Open nginx.conf and add this certificates files path
 
- Add "JAEGER_AGENT-HOST" in .env file and add docker-compose spring-boot-services
 
- Open nginx.conf and Add jaeger location (If your path not optional Only location /{ ...})
 
- Add Jaeger services urls in location
 
- If you using authentication add this command in nginx.conf for you want location
 
                        auth_basic "Restricted Content";
                        auth_basic_user_file /etc/nginx/.htpasswd;Visit "https://www.web2generators.com/apache-tools/htpasswd-generator " For htpasswd generating









