Skip to content

muharremkoc/spring-boot-nginx-secured

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-nginx-secured

This Project's Goal, Spring-Boot-Nginx-Configuration with SSL Certificated

Technologies

  • Git-OpenSSL(for Certificate Installation)
  • Spring Boot
  • MySQL
  • Nginx
  • Jaeger
  • Docker
  • Kafka
  • Kafdrop
  • Zookeeper

Installation

Certification Installation

  • First,Create a certificate file and key file with OpenSSL for https secured

image

  • Copy this files in src/main/resources

image

  • Open application.properties and configured ssl settings

image

  • Add docker-compose nginx port "443" and volumes this configuration files

image

  • Open nginx.conf and add this certificates files path

image

Jaeger Installation

  • Add "JAEGER_AGENT-HOST" in .env file and add docker-compose spring-boot-services

image

image

  • Open nginx.conf and Add jaeger location (If your path not optional Only location /{ ...})

image

  • Add Jaeger services urls in location

image

  • 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

image

Owner

Muharrem Koç

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published