Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我被赋予了安装和管理一些 SSL 证书的责任。
不幸的是,以前进行此设置的人员/公司不再可供联系。
当我运行时:openssl x509 -in /path/to/cert.crt -text -noout
openssl x509 -in /path/to/cert.crt -text -noout
我得到了大量信息,其中有 CN 名称。CN 名称前面没有星号...它只是 CN=domain.com
如何确定这是否是通配符证书?
根据定义,通配符证书在公用名或主题备用名称字段(在已颁发证书中可选存在的 x509 扩展)中具有星号。如果您没有看到星号,则它不是通配符。