■준비물:
1.https에 사용할 호스트/도메인 맵핑
2.jks(Java Key Store) 형식의 KeyStore 파일
3.KeyStore 파일의 패스워드
■실행:
1.server.xml에 아래를 추가
<Connector port="443" protocol="org.apache.coyote.http11.Http11NioProtocol"
maxThreads="200" SSLEnabled="true">
<SSLHostConfig>
<Certificate certificateKeystoreFile="conf/localhost-rsa.jks"
certificateKeystorePassword="password"
certificateKeyAlias="alias" type="RSA" />
</SSLHostConfig>
</Connector>
2.apache-tomcat 재시작
※관련 링크
한국전자인증-apache-tomcat SSL인증서 설치 매뉴얼
https://cert.crosscert.com/tomcat-ssl%EC%9D%B8%EC%A6%9D%EC%84%9C-%EC%84%A4%EC%B9%98-%EB%A9%94%EB%89%B4%EC%96%BC/
SSL/TLS Configuration How-To
https://tomcat.apache.org/tomcat-9.0-doc/ssl-howto.html