일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Gradle
- slave node
- SonarQube
- Elk
- ElasticSearch
- Stash
- Bitbucket
- 엘라스틱서치
- nodejs
- orm
- DB
- JVM
- 리눅스
- sql
- mybatis
- 아파치
- Java
- spring
- 스프링
- 트랜잭션
- 시스템운영
- npm
- 자바
- 마이바티스
- Git
- heap메모리
- mysql
- springboot
- 레드마인
- Apach
Archives
- Today
- Total
목록https (2)
프로그래머호이잇
(Centos) 아파치 인증서 설정 방법
mkdir /ssh_key 인증서 파일을 /ssh_key 로 이동! 그후 chown -R root:root /ssh_key chmod -R 777 /ssh_key 혹시 /etc/httpd/conf.d/ssl.conf 파일이 있다면 mv /etc/httpd/conf.d/ssl.conf /etc/httpd/conf.d/ssl.conf_bk vi /etc/httpd/conf/httpd.conf 맨아래 요렇게 추가!! Listen 443 SSLEngine on SSLCertificateKeyFile /ssh_key/파일명.key.pem SSLCertificateFile /ssh_key/파일명.crt.pem SSLCertificateChainFile /ssh_key/파일명.pem SSLCACertificateFi..
시스템운영
2017. 9. 28. 15:02