티스토리 뷰
최신버전 확인 : https://www.openssl.org/source/
/source/index.html
The master sources are maintained in our git repository, which is accessible over the network and cloned on GitHub, at https://github.com/openssl/openssl. Bugs and pull patches (issues and pull requests) should be filed on the GitHub repo. Please familiari
www.openssl.org
windows용 openssl downloads : http://slproweb.com/products/Win32OpenSSL.html
Win32/Win64 OpenSSL Installer for Windows - Shining Light Productions
Minimum system requirements: Windows XP or later 32MB RAM 200MHz CPU 30MB hard drive space Recommended system requirements: Windows XP or later 128MB RAM 500MHz CPU 50MB hard drive space April 21, 2020 - All users and applications should be using the OpenS
slproweb.com
3.1 웹서버를 위한 개인키 만들기
D:\cert>openssl genrsa -aes256 -out localhost_private.key 2048
3.2. 인증서 요청파일(.csr) 만들기
인증서 발급을 위한 .csr 파일을 생성합니다.
D:\cert>openssl req -new -key localhost_private.key -out localhost.csr -config D:\util\openssl-0.9.8k_X64\openssl.cnf
-config 제거해야함.
D:\cert>openssl req -new -key localhost_private.key -out localhost.csr
3.3. 5년짜리 localhost용 SSL 인증서 발급하기(CA 개인키로 서명)
D:\cert>openssl x509 -req -days 1825 -extensions v3_user -in localhost.csr -CA rootca.crt -CAcreateserial -CAkey rootca_private.key -out localhost.crt
4. Tomcat용 인증서 파일 생성
인증서와 웹서버용 개인키를 이용해서 Tomcat용 keystore를 생성합니다.
D:\cert>openssl pkcs12 -export -in localhost.crt -inkey localhost_private.key -out keystore -name "localhost cert"
'Skill > 기반기술' 카테고리의 다른 글
[정규식] 전후방 탐색 (0) | 2020.12.02 |
---|---|
[OpenSSL] Tomcat version에 따라 안될 수 도 있다 (0) | 2020.09.03 |
[SSL] 무료 공개 인증기관 Let’s Encrypt (0) | 2020.07.23 |
http에서 https로 전환 가이드 (0) | 2020.07.22 |
hosts파일 수정 방법 (0) | 2020.07.22 |
- Total
- Today
- Yesterday
- spring
- 정규식
- $.each
- excel
- draw.io
- setter
- sumifs
- DatePicker
- 여러 컬럼 update
- devtools
- $.extend
- JQuery
- PostgreSQL
- border-collapse
- 진열사랑
- ul li로 테이블
- caniuse
- springboot
- @ExceptionHandler
- element위치
- Keycode
- object key
- lombok
- Javascript
- QueryDSL
- 전후방탐색
- oracle
- 프로젝트명변경
- CSS
- getter
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |