higress-group/higress-console

证书管理增加证书校验功能

开放

#249 创建于 2023年8月15日

 (1 条评论) (0 个反应) (0 位负责人)Java (162 个派生)github user discovery
backendenhancementgood first issuehelp wantedlevel/normal

仓库指标

星标
 (187 个星标)
PR 合并指标
 (平均合并 16天 10小时) (30 天内合并 2 个 PR)

描述

Why do you need it?

为了避免因上传不正确的证书数据导致 HTTPS 路由无法正常生效的问题,证书管理后端 API 建议增加证书校验功能,主要校验点有:

  1. 私钥与证书相匹配
  2. 证书链完整,无缺失

How could it be?

Other related information

贡献者指南