higress-group/higress-console

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

Open

#249 opened on Aug 15, 2023

 (1 comment) (0 reactions) (0 assignees)Java (162 forks)github user discovery
backendenhancementgood first issuehelp wantedlevel/normal

Repository metrics

Stars
 (187 stars)
PR merge metrics
 (Avg merge 16d 10h) (2 merged PRs in 30d)

Description

Why do you need it?

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

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

How could it be?

Other related information

Contributor guide