This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.6.3.7.2. 자체 서명 인증서 생성 (선택 사항)
레지스트리 노드의 자체 서명된 인증서를 생성하고 이를 /opt/registry/certs
디렉터리에 배치합니다.
절차
인증서 정보를 적절하게 조정합니다.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 참고<Country Name>
을 바꾸는 경우에는 두 문자 만 사용합니다. 예:US
새 인증서로 레지스트리 노드의
ca-trust
를 업데이트합니다.sudo cp /opt/registry/certs/domain.crt /etc/pki/ca-trust/source/anchors/ sudo update-ca-trust extract
$ sudo cp /opt/registry/certs/domain.crt /etc/pki/ca-trust/source/anchors/ $ sudo update-ca-trust extract
Copy to Clipboard Copied! Toggle word wrap Toggle overflow