1. 업데이트 대상 인증서 위치 확인
	function init()
	{
		.
		.
		.
		중략
		.
		.

		curl_setopt($this->ch, CURLOPT_CAINFO, $this->home_dir."/conf/ca-bundle.crt");
	}

위 구문의 유무에 따라 아래 case 1, case2 중 하나의 조치를 하시면 됩니다 (둘 다 하실필요는 없습니다)

  1. 인증서 추가 작업 진행

case1. 위 구문이 있는 경우

  1. /lgdacom/conf 폴더 내에 기존에 존재하던 ca-bundle.crt 파일을 ca-bundle.crt_bak 등으로 이름변경하여 백업합니다.
  2. 아래 파일을 다운로드후 동일위치에 업로드합니다.

(아래 파일 클릭시 다운로드)

ca-bundle.crt

c. 업로드 후 읽기권한 설정을 합니다 (chmod 644 ca-bundle.crt)

case2. 위 구문이 없는 경우

  1. 첨부 파일의 인증서를 다운로드 및 압축해제 부탁드립니다. (tosspayments-root-certificates.zip) 전체 파일 목록은 아래와 같습니다.

tosspayments-root-certificates.zip

➜ ls
AmazonRootCA1.pem	AmazonRootCA2.pem	AmazonRootCA3.pem	AmazonRootCA4.pem	R46RootCA.crt		SFSRootCAG2.pem		USERTrustRootCA.crt