IT/System & Network
Ubuntu SSL 인증서 설치
Hotman
2017. 5. 26. 13:53
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