keytool SHA256 (android keystore) not generating -


i have been using sha1 far. need sha256 tried keystore file made android studio. until now, couldn't result. result this.

engineerui:docs/b0006$ keytool -v -list -keystore ./andapprelease.keystore keystore 암호를 입력하십시오:    keystore 유형: jks keystore 공급자: sun  keystore에는 1 항목이 포함되어 있습니다.  별칭 이름: thealiasname 작성일: keystore.getcreationdate(alias) 항목 유형: privatekeyentry 인증서 체인 길이: 1 인증서[1]: 소유자: o=company inc., l=acity, st=astate, c=us 발급자: o=company inc., l=acity, st=astate, c=us 일련 번호: aserialnum 유효 기간 시작: fri sep 21 15:39:04 kst 2012 끝: sat sep 09 15:39:04 kst 2062 인증 지문:      md5:  amd5string      sha1: asha1string      서명 알고리즘 이름: sha1withrsa      버전: 3   ******************************************* ******************************************* 

any idea or thought? thank much!


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -