Sunday, October 20, 2013

ssl certificate conversion to oracle wallet

Source your env and use below tool and syntax to do this .Make sure you have all 3 files (certificate, key, root certificate available before starting .)

$ORACLE_HOME/Apache/Apache/bin/ssl2ossl -cert $ORACLE_HOME/Apache/Apache/conf/ssl.wlt/default/certs/server.crt -key $ORACLE_HOME Apache/Apache/conf/ssl.wlt/default/certs/server.key -cafile $ORACLE_HOME Apache/Apache/conf/ssl.wlt/default/certs/ca.crt -wallet $ORACLE_HOME/Apache/Apache/conf/ssl.wlt/default/cbeytest -ssowallet yes
Enter wallet password:
Verifying password - Enter wallet password:
SUCCESS



No comments:

Post a Comment