카카오톡 로그인 구현을 하고 싶어서 해시키를 받아오려고 하는데 keytools, openssl이 없다고 떴다.
한 시간동안 삽질하다가 아래 글들을 보고 해결하였다.
https://blog.naver.com/PostView.nhn?blogId=baekmg1988&logNo=221454486746
[Windows] 윈도우에서 OpenSSL 설치하는 방법
프로젝트 중 apache에 인증서를 적용하기 위해 인증서 요청을 했는데 윈도우 IIS에서 사용되는 키와 인...
blog.naver.com
https://devtalk.kakao.com/t/openssl/2047
openssl을 설치하였는데 명령어 실행이 안되네요
keytool -exportcert -alias androiddebugkey -keystore <debug_keystore_path> -storepass android -keypass android | openssl sha1 -binary | openssl base64 아래의 명령어만 실행하면 openssl은 내부 또는 외부 명령 어쩌구 저쩌구가 나오
devtalk.kakao.com
'TroubleShooting' 카테고리의 다른 글
[Android/Error] Invalid Gradle JDK configuration found (0) | 2023.01.17 |
---|---|
[Android/Error] No type arguments expected for class Call (0) | 2022.12.21 |
[Android/Kotlin/Error] Button과 Text가 왼쪽으로 밀림 이슈 (0) | 2022.10.18 |
[Android] viewBinding으로 EditText 값 intent로 보내기 (0) | 2022.10.10 |
django.db.utils.IntegrityError: NOT NULL constraint failed (0) | 2022.08.13 |