1 / 1

Java JDK tool, key tool 을 이용하여 CSR 을 생성합니다 . JDK/bin/ 디렉토리로 이동 합니다 . ( 예 : /j2sdk1.4.1/bin/)

Tomcat Key 및 CSR 생성 방법. Java JDK tool, key tool 을 이용하여 CSR 을 생성합니다 . JDK/bin/ 디렉토리로 이동 합니다 . ( 예 : /j2sdk1.4.1/bin/) 1. 공개키와 개인키쌍 생성 ( 모든 내용은 영문으로 작성해야 합니다 .) ( 이니셜 또는 약자 금지 .Full name 입력 ) keytool -genkey -keyalg rsa -alias [key name] -keystore [keystore name] 2. CSR 파일 생성

Download Presentation

Java JDK tool, key tool 을 이용하여 CSR 을 생성합니다 . JDK/bin/ 디렉토리로 이동 합니다 . ( 예 : /j2sdk1.4.1/bin/)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Tomcat Key 및 CSR생성 방법 Java JDK tool, key tool 을 이용하여 CSR을 생성합니다. JDK/bin/ 디렉토리로 이동합니다. (예: /j2sdk1.4.1/bin/) 1. 공개키와 개인키쌍 생성(모든 내용은 영문으로 작성해야 합니다.) (이니셜 또는 약자 금지.Full name입력) keytool -genkey -keyalg rsa -alias [key name] -keystore [keystore name] 2. CSR 파일 생성 keytool -certreq -alias [key name] -keyalg rsa -file csr.txt -keystore [keystorename] Enter keystore password: (keystore패스워드 입력) 3. 생성된 csr.txt 파일을 열어보면 아래와 같다. -----BEGIN CERTIFICATE REQUEST----- MIIBETCBvAIBADBXMQswCQYDVQQGEwJBVTETMBEGA1UECBMKU29tZS1TdGF0ZTEh MB8GA1UEChMYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMRAwDgYJKoZIhvcNAQkB FgFgMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAL6nPTy3avNgbubx+ESmD4LV1LQG fcSh8nehEOIxGwmCPlrhTP87PaA0XvGpvRQUjCGStrlQsd8lcYVVkOaytNUCAwEA AaAAMA0GCSqGSIb3DQEBBAUAA0EAXcMsa8eXgbG2ZhVyFkRVrI4vT8haN39/QJc9 BrRh2nOTKgfMcT9h+1Xx0wNRQ9/SIGV1y3+3abNiJmJBWnJ8Bg== -----END CERTIFICATE REQUEST----- CSR의 전체내용(-----BEGIN CERTIFICATE REQUEST 및 END CERTIFICATE REQUEST -----행 포함)을 복사하여 한국전자인증 인증서 신청 4단계 “CSR 보내기” 폼에 붙여 넣습 니다.

More Related