Quantcast
Channel: Doyensys Allappsdba Blog..
Viewing all articles
Browse latest Browse all 1640

TCPS Configuration for oracle database

$
0
0

Server side wallet
--------------------
======================================================
Server wallet location : /ndevdb/oracle/TEST/wallet
========================================================


orapki wallet create -wallet "/ndevdb/oracle/TEST/wallet" -pwd WalletPasswd123 -auto_login_local

orapki wallet add -wallet "/ndevdb/oracle/TEST/wallet" -pwd WalletPasswd123 \
  -dn "CN='DEVASCP.forbesmarshall.com'" -keysize 1024 -self_signed -validity 3650
 
 
  orapki wallet display -wallet "/ndevdb/oracle/TEST/wallet" -pwd WalletPasswd123
 
 
  orapki wallet export -wallet "/ndevdb/oracle/TEST/wallet" -pwd WalletPasswd123 \
   -dn "CN='DEVASCP.forbesmarshall.com'" -cert /tmp/'DEVASCP.forbesmarshall.com'-certificate.crt
 
 
   DEVASCP.forbesmarshall.com-certificate.crt
 
 
 Client Side Wallet
 --------------------
 ==========================================================
 Client Wallet location : /ndevdb/oracle/TEST/client_wallet
 ===========================================================

 orapki wallet create -wallet "/ndevdb/oracle/TEST/client_wallet" -pwd WalletPasswd123 -auto_login_local


 orapki wallet add -wallet "/ndevdb/oracle/TEST/client_wallet" -pwd WalletPasswd123 -dn "CN=DEVASCP" -keysize 1024 -self_signed -validity 3650


 orapki wallet display -wallet "/ndevdb/oracle/TEST/client_wallet" -pwd WalletPasswd123


 orapki wallet export -wallet "/ndevdb/oracle/TEST/client_wallet" -pwd WalletPasswd123 -dn "CN=DEVASCP" -cert /ndevdb/oracle/TEST/client_wallet/DEVASCP-certificate.crt



 Exchange Certificates
 ----------------------

 orapki wallet add -wallet "/ndevdb/oracle/TEST/client_wallet" -pwd WalletPasswd123 -trusted_cert -cert /tmp/DEVASCP.forbesmarshall.com-certificate.crt




 Load the client certificate into the server wallet.
 ---------------------------------------------------

 orapki wallet add -wallet "/ndevdb/oracle/TEST/wallet" -pwd WalletPasswd123 \
 -trusted_cert -cert /ndevdb/oracle/TEST/client_wallet/DEVASCP-certificate.crt






Viewing all articles
Browse latest Browse all 1640

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>