Operating System/ESXi

ESXi 인증서 생성 및 발급

editor2080 2018. 10. 3. 17:19


1.

 : ESXi Shell 접속 및 로그인


2.

1
2
[root@localhost:/etc/vmware/ssl] cd /etc/vmware/ssl/
 
cs


3.

 : 원본 인증서 복사하여 백업

1
2
3
[root@localhost:/etc/vmware/ssl] cp rui.crt orig.rui.crt
[root@localhost:/etc/vmware/ssl] cp rui.key orig.rui.key
 
cs


4.

1
2
[root@localhost:/etc/vmware/ssl] cd
 
cs


5.

 : 다음 명령을 실행하여 새로운 인증서를 생성

1
2
[root@localhost:~] /sbin/generate-certificates
 
cs


6.

 : ESXi Shell 재접속