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
Post a Comment