KeyTool 사용방법 및 정리
Sign을 하는 과정에서 사용하는 KeyTool으로
Java를 기반으로 Java 설치 폴더의 \bin에 keytool이 설치되어있다.
참고로 이미지는 Unity-Hub의 Java 의 경로이다.
반응형
Keytool 명령어는 다음과 같다.
명령어를 잘 모르면 다음과 같이 사용하면 된다.
keytool -"command_name" -help
keytool -list -help
대부분 생성하고 확인하는 과정에서 많이 사용하는 명령어이다.
명령어 | 내용 |
keytool -list -printcert -jarfile [파일] | 서명된 파일의 인증서 정보 |
keytool -list -keystore [키 저장소] | 키 저장소 정보 |
keytool -storepasswd -keystore [키 파일] | 해당 키 파일의 암호 변경 |
The KeyTool Command : [링크]
The keytool Command
X.500 Distinguished Names are used to identify entities, such as those that are named by the subject and issuer (signer) fields of X.509 certificates. The keytool command supports the following subparts: When you supply a distinguished name string as the v
docs.oracle.com
★☆☆☆☆
반응형
'개발 > 게임) 개발관련' 카테고리의 다른 글
COCOS) Android Build Command (0) | 2022.11.14 |
---|---|
Google Admob) 코드로 테스트 디바이스 등록하기 - 테스터(SetTestDeviceIds) (0) | 2022.10.31 |
Android) Adb Wifi Connect(adb Wifi 연결) (0) | 2022.10.25 |
iOS) 프로비저닝 저장 경로 (0) | 2022.10.23 |
개발용어) Delta Time(델타 타임) (0) | 2022.09.15 |
댓글