Wednesday 18 June 2014

Configuring SSL R12 - Oracle Applications

1. Set Your Environment
Navigate to the $INST_TOP/ora/10.1.3 and source the .env file to set your 10.1.3 ORACLE_HOME variables
2. Create a wallet using owm
backup up the existing wallet under $INST_TOP/certs/Apache
3. Create a Certificate Request
Enter all the orginazations details.
4. Submit the Certificate Request to a Certifying Authority
5. Import your Server Certificate to the Wallet
6. Update the JDK Cacerts File.
7. Update the Context File variables.
s_url_protocol http to https.
s_local_url_protocol http to https.
s_webentryurlprotocol http to https.
s_active_webport same as s_webssl_port.
s_webssl_port default is 4443.
s_https_listen_parameter same as s_webssl_port.
s_help_web_agent url constructed constructed with https protocol and s_webssl_port.
s_login_page url constructed with https protocol and s_webssl_port.
s_external_url url constructed with https protocol and s_webssl_port.
8. Run Autoconfig.
9. Create a directory wallet under $ORACLE_HOME/appsutil and copy the certificates under this directory.

For detailed steps you may refer to Enabling SSL in Oracle E-Business Suite Release 12 [ID 376700.1]

2 comments:

  1. virtualnuggets offering oracle dba online training,corporate training services.

    How to take backup which is not backed up:
    Rman>backup database not backed up;
    How to take spfile backup:
    Rman>backup spfile;
    How come we know to take the backup or not:
    Rman>report need backup;
    To know restorable or not:
    Rman>validate backupset number;
    To check whether we have the backup or not:
    Crosscheck backup of database;

    ReplyDelete