Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Linux
- c
- php
- flask
- Javascript
- mysql
- deep learning
- 챗GPT
- 웹해킹
- 러닝 스칼라
- Web
- hackthissite
- Scala
- Python
- ChatGPT
- 파이썬
- 인공지능
- c++
- backend
- Shellcode
- 경제
- hackerschool
- 백엔드
- 딥러닝
- 리눅스
- webhacking
- hacking
- 러닝스칼라
- BOF 원정대
- BOF
Archives
- Today
- Total
목록pem (1)
jam 블로그
[리눅스] openssl 키 생성 및 변환, 확인
* 인증서 만료일 확인 openssl x509 -in /config/ssl/ssl.crt/default.crt -noout -enddate |cut -c10-40 * key, csr and crt 내용 확인 openssl rsa -noout -text -in /config/ssl/ssl.key/default.key openssl req -noout -text -in /config/ssl/ssl.csr/default.csr openssl x509 -noout -text -in /config/ssl/ssl.crt/default.crt * 인증서과 개인키가 쌍이 맞는지 확인 openssl rsa -in default.key -modulus -noout | openssl md5 openssl x509 -in d..
시스템/리눅스
2010. 5. 17. 18:02