티스토리 뷰

Web

[webtob] ssl인증서 갱신 간단정리

해무지 2021. 2. 25. 22:28
728x90
반응형

 

 

config/http.m 파일 열어서

 

1.아래와 같은 부분 경로 맞춰준다.

*SSL  

newSSL                    CertificateFile = "ssl/xxxx/xxxx.crt.pem(crt들어간거 넣으면 됩니다.)"

                             CertificateKeyFile = "ssl/xxxx/xxxx.key.pem (key들어간거 찾으면 됩니다.)"

                             CACertificateFile = "ssl/xxxx/chain-bundle.pem(chain들어간거 찾으면 됩니다.)"

                             CertificateChainFile = "ssl/xxxx/xxxxRootCA(RootCA 들어간거 찾으면됩니다.)"

 

 수정한 후

2.컴파일 : wscfl -i http.m

 

3. webtob 재기동 : wsdown -> wsboot

 

ssl 정상등록이 되었는지 확실하게 확인하고 싶으면

www.sslshopper.com/ssl-checker.html

 

SSL Checker

Use our fast SSL Checker to help you quickly diagnose problems with your SSL certificate installation. You can verify the SSL certificate on your web server to make sure it is correctly installed, valid, trusted and doesn't give any errors to any of your u

www.sslshopper.com

 

에서 도메인을 입력했을때 모든 값이 다 체크되어있고 연결되어있으면 성공이다.

 

 

새로 배운 사실은 ssl을 하나 새로 추가하려고 할때 멀티 ssl이 아닌 단일 ssl 같은 경우는 같은 포트로 서로 다른 ssl을 적용할 수 없다는 점이다.

 

검색해도 안나와서 직접 알아보았다.

 

 

728x90
반응형
댓글

"이 블로그의 모든 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다."

반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday