전체 글 55

Spring Boot - localhost에 도메인(hosts) 연결하여 SSL 적용

# keystore 화일 생성할 폴더 위치 # PKC12생성하기명령어 : keytool -genkeypair -alias {alias명} -keyalg RSA -keysize 2048 -storetype PKCS12 -keystore {keystore화일명} -validity 3650Enter keystore password:  {password}Re-enter new password: {password}What is your first and last name?  [Unknown]: {이름과 성}What is the name of your organizational unit?  [Unknown]: {조직 단위}What is the name of your organization?  [Unknown]: {..

Spring boot 2024.12.27