討論主題: 數據庫安全性策略
在Oracle Web Server裡設置使用SSL協議
1998/6/18
在Oracle Web Server裡產生安全認證請求
%genreq /* 在 Oracle_HOME路徑下運行 */
Certificate Request Generator /* 提示信息 */
G - Generate key pair and certificate request
Q - Quit
> Enter choice:
G /* 輸入G,產生安全申請的密匙對 */
> Enter passWord (at least 8 characters) for creating a private key or
press to cancel:
/* 創建私人密匙的口令 */
> Confirm the passWord:
/*重復輸入密匙的口令 */
> Specify the public exponent used to generate key pair [F4]:
> Enter modulus size [768]:
> Choose how you want to generate a random seed for the key pair.
F - Random file
K - Random key sequences
B - Both
Enter choice:
B /* 輸入B,選擇產生密匙對的隨機數產生方法 */
> Enter the name of file to use as a source of random seed information:
/* 輸入Oracle_HOME路徑下任何一個文件名 */
Type random characters (about 400) until you hear a beep:
/* 輸入400個隨機字符 */
......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
> Stop typing.
> Accept? [Y]
> Enter the name of the distinguished name file [servname.der]:
> Enter the name of the private key file [privkey.der]:
> Enter the name of the certificate request file [certreq.pkc]:
> Enter the identification information for the certificate you are requesting:
> Enter your Common Name (1 to 64 chars):
/* 輸入你服務器的域名 */
> Enter your Organization Unit Name (1 to 64 chars):
/* 輸入你所在的部門名稱 */
> Enter your Organization Name (1 to 64 chars):
/* 輸入你的公司名 */
> Enter your Locality Name (1 to 128 chars):
/* 輸入你所在的位置 */
> Enter your State or Province (1 to 128 chars) [default: Illinois]:
/* 輸入你所在的省或市 */