참고 페이지


<aside>

https://docs.aws.amazon.com/ko_kr/IAM/latest/UserGuide/id_roles_providers_create_oidc_verify-thumbprint.html

</aside>

설명


<aside>

image.png

순서


<aside>

  1. https://”OIDC ldp URL” + /.well-kwon/openid-configuration 입력
  2. jwks_url 부분 확인
  3. CA 인증서 값으로 파일 생성
  4. openssl x509 -in certificate.crt -fingerprint -sha1 -noout 입력
  5. 콜론 문자 제거 </aside>