문제 해결 Red Hat CDN 채널 및 다중 인증서

Red Hat 컨텐트 제공 네트워크(CDN) 채널은 경우에 따라 여러 인증서를 제공하지만 SUSE Multi-Linux Manager Web UI는 한 개의 인증서만 임포트할 수 있습니다. CDN이 SUSE Multi-Linux Manager Web UI에서 알고 있는 인증서와 다른 인증서를 제공하는 경우, 인증서가 올바르더라도 유효성 검사에 실패하고 리포지토리에 대한 액세스가 거부됩니다. 수신되는 오류 메시지는 다음과 같습니다.

[error]
Repository '<repo_name>' is invalid.
<repo.pem> Valid metadata not found at specified URL
History:
 - [|] Error trying to read from '<repo.pem>'
 - Permission to access '<repo.pem>' denied.
이 리포지토리에 대해 정의된 URI가 유효한 리포지토리를 가리키고 있는지 확인하십시오.
위의 오류로 인해 '<repo_name>' 리포지토리를 건너뛰었습니다.
오류로 인해 리포지토리를 새로 고칠 수 없습니다.
HH:MM:SS RepoMDError: 리포지토리에 액세스할 수 없습니다. 리포지토리 GPG 키를 가져오지 못했을 수 있습니다.

To resolve this issue, merge all valid certificates into a single .pem file, and rebuild the certificates for use by SUSE Multi-Linux Manager:

절차: 여러 Red Hat CDN 인증서 해결
  1. On the Red Hat client, at the command prompt, as root, gather all current certificates from /etc/pki/entitlement/ in a single rh-cert.pem file:

    cat 866705146090697087.pem 3539668047766796506.pem redhat-entitlement- authority.pem > rh-cert.pem
  2. Gather all current keys from /etc/pki/entitlement/ in a single rh-key.pem file:

    cat 866705146090697087-key.pem 3539668047766796506-key.pem > rh-key.pem

Red Hat Enterprise Linux 클라이언트를 CDN으로 등록의 지침에 따라 이제 새 인증서를 SUSE Multi-Linux Manager 서버로 임포트할 수 있습니다.