We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug 我用一个域名先申请了RSA证书,再去申请ECC证书后,列表里会显示最新的ECC证书,原来的RSA证书没了。
To Reproduce Steps to reproduce the behavior:
Expected behavior RSA证书和ECC证书应该同时存在才对
Screenshots
Info (please complete the following information):
Additional context 我猜是因为名称重复导致的,因为你这个列表页上都看不出是什么密钥类型。我建议名称上加上一个密钥类型后缀,比如 *.xxx.com_ec256 *.xxx.com_rsa2048,避免重复。如果连密钥类型都重复了,那么在生成的时候,就应该提前校验阻断,避免多余的无意义操作。
我为什么需要双证书,因为HTTPS网站只有使用了双证书,在MySSL里才能评级到A+级别。
修改建议:在名称上加后缀作区分,并且列表页透出密钥类型这一列。这样也可以兼容存量数据,不会影响兼容性。
The text was updated successfully, but these errors were encountered:
feat: SSL management support different types of certificates of a sam…
729f987
…e doamin name #309
3e90b83
No branches or pull requests
Describe the bug
我用一个域名先申请了RSA证书,再去申请ECC证书后,列表里会显示最新的ECC证书,原来的RSA证书没了。
To Reproduce
Steps to reproduce the behavior:
Expected behavior
RSA证书和ECC证书应该同时存在才对
Screenshots
Info (please complete the following information):
Additional context
我猜是因为名称重复导致的,因为你这个列表页上都看不出是什么密钥类型。我建议名称上加上一个密钥类型后缀,比如 *.xxx.com_ec256 *.xxx.com_rsa2048,避免重复。如果连密钥类型都重复了,那么在生成的时候,就应该提前校验阻断,避免多余的无意义操作。
我为什么需要双证书,因为HTTPS网站只有使用了双证书,在MySSL里才能评级到A+级别。
修改建议:在名称上加后缀作区分,并且列表页透出密钥类型这一列。这样也可以兼容存量数据,不会影响兼容性。
The text was updated successfully, but these errors were encountered: