是否有任何地方可以获得有效的,经过签名的SSL证书到“本地主机”域进行testing?

是否有任何地方可以获得有效的,经过签名的SSL证书到“本地主机”域进行testing? 有没有人提供这样的东西,我可以在testing中使用的下载? 我知道如何使用openssl与CA签署密钥,但涉及到很多步骤,我希望有一些快捷的方法。

我想要的是一个可以导入到我信任的CA商店中的jar装testingCA,然后是一个附带的具有该CA的证书链的jks密钥库。

所以,这将是一个三步过程,在一个受保护的沙箱内:

1. Get a new distro of Jetty, enable the SSL connector, point it to the localhost.jks keystore 2. Import the CA that signed the localhost cert in the localhost.jks into my web browser 3. Browse to Tomcat on the SSL port , look at the cert and see the cert chain. 

我很难相信这是存在的,因为它违背了SSL的本质。

在根证书列表中的CA是我们信任的公司。 他们的工作是validation拥有证书的人是他们自称的人。 给这样的任何人一个localhost证书,将打破这个概念。 即使是testing。

localtest.me证书似乎不再可用,但请参阅https://github.com/Daplie/localhost.daplie.com-certificates 。 这不是通配证书。