Files
notes/work/移动杭研/问题处理/2023-01/0130-cache+定制化域名下发omc-测试单(NRWLXT-25311).md
T
2026-03-01 01:43:46 +08:00

116 lines
2.9 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 问题 1
ESOP 的定制化域名,在证书管理的域名部署界面一直处于部署中
![](../../../../attachment/images-uuid/4c577f253e244aba908c628f9d219f00.png)
在点击部署的时候会提示:**不是自助下发的域名**
此问题,在与良哥沟通后得知,目前 ESOP 的定制化域名下发 BPM,原下发 OMC。此为的部署不能代表部署成功或不成功,与产品沟通后进行备注。
![](../../../../attachment/images-uuid/fe08fe6f550d4db2ae24d6120ae33d56.png)
![](../../../../attachment/images-uuid/84939a5a08ff4a16a2c4879fb8d6a654.png)
# 问题 2
为什么这个定制化的域名在我们证书系统里显示的是”自助域名“?
用省客户经历登录 18866330001- 工单管理/新建工单/新建域名配置需求
```java
/workorder/custom/save
{
"secInfoFileId": [
"xyfibw3lfxbh0ddlpgm6b60hc"
],
"type": "domain_request",
"requirement": "add",
"enterprise": "glistglp-9xuva4cdzosfnrgl",
"product": "网页加速",
"productId": "202301161626",
"provinces": [
"33"
],
"DomainIcpDetail": {
"loopDomain": [
{
"mainFlag": true,
"type": "ip",
"value": "172.21.16.71:80",
"_show": true
}
],
"speedList": [
{
"domain": "esop.dingzhi002.com",
"icpNumber": "京ICP备0500_komect.com_12号"
}
]
},
"speedDomainSelect": "",
"description": "",
"md5List": [],
"loopDomain": [
{
"mainFlag": true,
"type": "ip",
"value": "172.21.16.71:80",
"_show": true
}
],
"speedList": [
{
"domain": "esop.dingzhi002.com",
"icpNumber": "京ICP备0500_komect.com_12号"
}
]
}
```
当前办理: 集团|集团客户经理管理员|18877000000 进行审批
```java
/workorder/approvedecision
id=32018&option=ok&optionDetail=&type=domain_request&adaptPlain=%5B%5D&secondCheck=true
```
对于证书系统来说,自助域名和定制化域名的区分为来自平台的不同:
![](../../../../attachment/images-uuid/5d0734afb04d4a0da49b275c73724d61.png)
# 问题 3
cache+ 定制化域名创建后证书未绑定。
![](../../../../attachment/images-uuid/d9e989c5d8f440f1b22464de2413cb38.png)
这里的流程主要是创建工单 -OMC 审批 - 运维工程师配置。
OMC 相关信息(测试账号):
https://172.21.16.198:8443/#/
15771007643
Omctest@123
![](../../../../attachment/images-uuid/7d7f2e51af10431b9393e6645268d0fe.png)
![](../../../../attachment/images-uuid/9a88b9d01a664db585bacdc353ce6e37.png)
系统中需要的两个文件如下:
ar.txt
nb.txt
在看完整体流程后,发现 ibs 侧并未有证书绑定操作。
## 问题解决★
最后定位问题发现此种类型的工单需要在 OMC 测进行相关的证书绑定操作,位置为上图中的 `配置文件`​处增加一个 cert-ibs 选项即可。
相关测试用例附件可以在附件文件夹中获取