본문 바로가기
개발/게임) 개발관련

Java)KeyTool 사용방법 및 정리

by 테샤르 2022. 10. 27.

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

 

★☆☆☆☆

 

반응형

댓글