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
- miniconda
- centos 8
- x-pack
- freebsd
- Proxy
- XCP-ng
- elastic stack
- Elasticsearch
- ssh key 배포
- G-suite
- macos
- bash
- application security
- xe guest utilities
- ELASTIC
- docker
- hardening
- 보안양파
- endpoint security
- Kibana
- Kibana server is not ready yet
- pfsense
- GitLab
- 한글가이드
- proxycfg
- Windows
- PlayBook
- ansible
- 로그인불가
Archives
- Today
- Total
선 밖에 선 자유인
apache SSL 설정 본문
openssl 설치 후
openssl genrsa-des3 -out server.key 2048
openssl genrsa -des3 -out server.key 2048
openssl req -new -key server.key -out server.csr
openssl x509 -in server.csr -out server.crt -reg -signkey server.key -days 365
openssl x509 -in server.csr -out server.crt -req -signkey server.key -days 365
/etc/init.d/httpd start
Comments