Cisco Cisco Identity Services Engine 1.3 전단

다운로드
페이지 22
 
 
 
 
 
Cisco Systems © 2015 
페이지  
보안
 액세스 방법 가이드 
 
 
참고
: ISE 게시 노드가 표시되기 전까지 지연이 발생할 수 있습니다. pxGrid 페르소나가 활성화되기 전에 인증서를 설치해야 합니다. 
 
pxGrid 클라이언트 인증서 컨피그레이션 
 섹션에서는 pxGrid 클라이언트 CA 서명 인증서 프로세스를 단계별로 살펴봅니다. 퍼블릭 키/프라이빗 쌍이 
생성되면
 프라이빗 키인 pxGridClient.key에서 PKCS12 파일이 생성됩니다. 
PKCS12 파일은 ID 키 저장소인 pxGridClient.jks로 가져오기됩니다. 이 ID 키 저장소 및 관련 비밀번호는 
pxGrid 스크립트의 keystoreFilename 및 keystorePassword 역할을 합니다. pxGrid 클라이언트 인증서인 
pxGridClient.cer도 키 저장소에 추가됩니다. 
ISE ID 인증서인 isemnt는 모두 벌크 다운로드 세션에 필요하며, CA 루트 인증서는 트러스트 키 저장소인 
root3.jks에 추가됩니다. 이 트러스트 키 저장소 및 관련 비밀번호는 pxGrid 스크립트의 truststoreFilename 및 
truststorePassword 역할을 합니다. 
1단계
 
pxGrid 클라이언트에 대한 프라이빗 키(예: pxGridClient.key)를 생성합니다. 
openssl genrsa -out pxGridClient.key 4096 
 
Generating RSA private key, 4096 bit long modulus 
.............................................................................................................
.....................++ 
...............++ 
e is 65537 (0x10001) 
2단계
 
CA 권한에 대한 CSR 요청(예: pxGridClient.csr)을 생성합니다. 챌린지 비밀번호(예: cisco123) 
 제공합니다. 
openssl req -new -key pxGridClient.key -out pxGridClient.csr 
 
You are about to be asked to enter information that will be incorporated 
into your certificate request. 
What you are about to enter is what is called a Distinguished Name or a DN. 
There are quite a few fields but you can leave some blank 
For some fields there will be a default value, 
If you enter '.', the field will be left blank. 
----- 
Country Name (2 letter code) [AU]: 
State or Province Name (full name) [Some-State]: 
Locality Name (eg, city) []: 
Organization Name (eg, company) [Internet Widgits Pty Ltd]: 
Organizational Unit Name (eg, section) []: 
Common Name (e.g. server FQDN or YOUR name) []: