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
- Elasticsearch
- bash
- docker
- 로그인불가
- ssh key 배포
- Kibana
- x-pack
- hardening
- pfsense
- Kibana server is not ready yet
- Windows
- proxycfg
- Proxy
- 한글가이드
- PlayBook
- ELASTIC
- ansible
- G-suite
- macos
- xe guest utilities
- application security
- miniconda
- XCP-ng
- centos 8
- elastic stack
- 보안양파
- endpoint security
- freebsd
- GitLab
Archives
- Today
- Total
선 밖에 선 자유인
Ubuntu SSL 인증서 설치 본문
Ubunt에서 github등 이용시 인증서 에러 발생하는 경우
$ sudo cp x2.crt /usr/share/ca-certificates/
- 마지막 줄에 x2.crt 추가
$ sudo vi /etc/ca-certificates.conf
..
..
mozilla/thawte_Primary_Root_CA.crt
mozilla/thawte_Primary_Root_CA_-_G2.crt
mozilla/thawte_Primary_Root_CA_-_G3.crt
x2.crt
$ sudo update-ca-certificates
각 OS별 설치는 아래 참고
http://manuals.gfi.com/en/kerio/connect/content/server-configuration/ssl-certificates/adding-trusted-root-certificates-to-the-server-1605.html
Comments