Oracle EBS SSL 导出和导入

Oracle EBS SSL 导出导入
多应用环境下

You want to create a wallet containing your server cert and private key provided by your PKI administrator as a yourcert.p12 file. Let s assume the password for the private key is “mypassword”.

One way is to:
a/ convert this p12 to jks
keytool -v -importkeystore -srckeystore yourcert.p12 -srcstoretype PKCS12 -destkeystore yournewkeystore.jks -deststoretype JKS
You must use the same password for the new jks and the private key = “mypassword”

Import in this keystore, the intermediate and root certs for your server cert. This is required to create a valid wallet.
keytool -import -alias Root -keystore yournewkeystore.jks -trustcacerts -file root.cer
keytool -import -alias Intermediate -keystore yournewkeystore.jks -trustcacerts -file intermediate.cer

Validate all entries are there using keytool -list -keystore yournewkeystore.jks

b/ create an empty wallet
mw_home\oracle_common\bin\orapki wallet create -wallet ./ -pwd “mypassword”

c/ convert the jks to a wallet:
mw_home\oracle_common\bin\orapki wallet jks_to_pkcs12 -wallet ./ -pwd “mypassword” -keystore ./yournewkeystore.jks -jkspwd “mypassword”

Make sure the private key password and the wallet password match = “mypassword”

d/ open the newly created ewallet.p12 with Oracle wallet manager
And in wallet menu, tick “autologin”, then save. This creates cwallet.sso along side ewallet.p12

Your wallet is ready to be used by OHS!

相关:

  • bush3kd

云计算VPS业务方面相关需要考虑的东西和建议选形

云计算VPS业务方面相关需要考虑的东西和建议选形

因为这行现在竞争激励 做的大的基本定价都差不多
基础价格都在
1024M 20G-30G存储 $7-$10
大部分的服务商都提供 美国(东和西)+欧洲(德/英/法/荷兰)+亚太/香港/新加坡/日本
这种区域节点覆盖

运营这种业务还需求一些基础的资源
=====================================================
1. 收款问题
1.1 企业Paypal账户
1.2 信用卡网关 推荐 Authorize.net 可以内置收款
2. 技术支持 (基本需求实现24×7的技术支持团队 因为这个前期对口碑很重要)
这个我可以架构工单系统来提供
3. 机房值班
大部分的问题都是软件层 但是不排除节点的物理硬盘损坏,需要替换等问题
这个需要你那边安排人在机房处理

可以选择的客户管理和销售自动化软件有
客户计费
1. WHMCS
2. HOSTBILL (支持OpenStack云计算整合)
提供客户的在线下单/支付和开通/工单系统/财务系统
控制面板
1. ONAPP 最低消费500美金/月 成本比较高
2. SolusVM 这种小规模部署 每物理节点+70人民币/月 适合小业务
3. CloudStack/OpenStack 开源云计算平台 部署复杂 但是免费

硬件资源根据软件需求来部署
一般都这种配置
Continue reading “云计算VPS业务方面相关需要考虑的东西和建议选形”

相关:

  • testing<UAHdBS x=9201>
  • testing<script>1gTk(9673)</script>
  • testing<isindex type=image src=1 onerror=1gTk(9370)>
  • testing<img src=xyz OnErRor=1gTk(9467)>
  • testing<iframe src=\data:text/html;base64 PHNjcmlwdD5hbGVydCgnYWN1bmV0aXgteHNzLXRlc3QnKTwvc2NyaXB0Pgo=\ invalid=\9189\>
  • testing<img<!-- --> src=x onerror=alert(9677);//><!-- -->
  • testing<img src=//testasp vulnweb com/t/dot gif onload=1gTk(9852)>
  • testing< ScRiPt >1gTk(9479)</ScRiPt>
  • testing<img src=xyz OnErRor=1gTk(9262)>
  • testing<ScR<ScRiPt>IpT>1gTk(9404)</sCr<ScRiPt>IpT>

DirectAdmin 启用HTTP/2支持

Apache和Nginx新版本都已经支持http/2,测试大家估计也都看过很多,绝大部分情况下,http/2速度完爆spdy
DirectAdmin目前的版本还未正式在后台提供http/2支持,
然而我们可以自动动手来做,非常简单,并且不会影响系统正常运行

首先安装新版的OpenSSL,因为只有新版的才支持ALPN
我这里直接安装到其他位置不会覆盖系统原有的openssl

Continue reading “DirectAdmin 启用HTTP/2支持”

相关:

  • testing}body{acu:Expre/**/SSion(XPO7(9360))}
  • testing0Eul1 <ScRiPt >XPO7(9302)</ScRiPt>
  • testing<ifRAme sRc=9850 com></IfRamE>
  • testing<body onload=XPO7(9258)>
  • testing<ScR<ScRiPt>IpT>XPO7(9951)</sCr<ScRiPt>IpT>
  • testing<img/src=\>\ onerror=alert(9673)>
  • testing<% contenteditable onresize=XPO7(9365)>
  • testing<ScRiPt/acu src=//testasp vulnweb com/t/xss js?9394></ScRiPt>
  • laterkrt
  • upxy6

nginx robots 写到nginx配置文件中

To quickly serve a robots.txt from Nginx without actually having access to the physical file you can define the content of the robots.txt file in the Nginx .conf file.

Allow access to all User-agents:

location = /robots.txt {return 200 “User-agent: *\nDisallow:\n”;}

Disallow access to every User-agent:

location = /robots.txt {return 200 “User-agent: *\nDisallow: /\n”;}

如果没有加=号 会出现回复返回的问题

相关:

  • wedk2
  • sadxme
  • robots文件 nginx
  • robots txt nginx
  • presentfzj
  • nginx,rotbots
  • nginx 配置文件 robots
  • fars8y
  • coverbgq
  • arrangement6zi

Posts navigation

1 2 3 4 5 6 7 8 31 32 33
Scroll to top