통신 암호화
Tibero에서 통신 암호화 기능을 사용하고 관리하기 위한 방법을 설명합니다.
개요
환경설정
개인 키 및 인증서 생성
$ cd $TB_HOME/bin
$ ./tb_cert_manager
Enter new password: tibero
Repeat: tibero
Enter basename to make a certificate and a private key.(default: $TB_SID): (enter)
TB
Enter the number of days to make a certificate valid for.(default: 3650): (enter)
3650
=== STEP 1. Generate private key ===
Generating RSA private key, 2048 bit long modulus (2 primes)
......+++++
.......................................................................................................................+++++
e is 65537 (0x010001)
... Done
=== STEP 2. Generate CSR(Certificate Signing Request) ===
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]: 82
State or Province Name (full name) [Some-State]: Kyounggi
Locality Name (eg, city) []: Seongnam
Organization Name (eg, company) [Internet Widgits Pty Ltd]: TIBERO
Organizational Unit Name (eg, section) []: RnD
Common Name (eg, YOUR name) []: Hong Gil Dong
Email Address []: [email protected]
Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []: (enter)
An optional company name []: (enter)
... Done
=== STEP 3. Generate certificate ===
... Done
개인 키 및 인증서 위치 설정
클라이언트 설정
Last updated

