oracle11g - Enabling SSL for Oracle Business Intelligence components using Fusion middleware control (EM) -


i writing script automate obiee configuration enable ssl.

in 1 of step in em (fusion middleware control page ) need expand business intelligence folder -> coreapplication -> in security tab go secure sockets layer tab , enable ssl , give ssl certificate location.

the above steps done through ui , want automate these. ways of doing these through python script ?

thanks

i have not done that, may possible using of these wlst commands ssl configuration:

the following command imports certificate file cert.txt wallet1, oracle internet directory instance oid1, in application server instance inst1:

wls:/mydomain/serverconfig> importwalletobject('inst1', 'oid1', 'oid','wallet1', 'password', 'certificate','/tmp/cert.txt')

there topic on ssl automation in administrator guide.

hope helps.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -