ca-bundle.crt를 (재)설치하는 방법

ca-bundle.crt를 (재)설치하는 방법

패키지를 설치하려고 할 때 다음과 같은 문제가 발생했습니다.

[Errno 14] curl#77 - "error setting certificate verify locations:
  CAfile: /etc/pki/tls/certs/ca-bundle.crt
  CApath: none"

주로 ca-bundle.crt이전에 실수로 삭제했기 때문입니다. 재설치 방법을 알고 싶습니다 ca-bundle.crt.

실행 취소에 문제가 있는 사람이 있으면 알려주시기 바랍니다.

답변1

sudo yum reinstall ca-certificates

관련 정보