Vous êtes sur la page 1sur 1

-------SSL Certificate Configuration TO EBS-12.1.

3----

Below are the Steps:

/home/applmgr12

# openssl s_client -connect outlook.office365.com:993 (Downloading the Security Certificate From


Office365)

# vi server.cer (Saving the Certificate)

# keytool -genkey -alias -keystore -storetype JKS (Creating a keystore) welcome123

# ls -lart

# cd $IAS_ORACLE_HOME/appsutil/jdk/jre/lib/security (Moving the existing cacerts file)

# ls -lart

# mv cacerts cacerts.BKP

# cd

# keytool -import -trustcacerts -keystore $AF_JRE_TOP/lib/security/cacerts -storepass welcome123


-alias my_cert -file server.cer (Installing the Certificate)

# keytool -list -keystore .keystore (Verifying the keystore)

Vous aimerez peut-être aussi