SSL证书
我们最近构建了一个 Web 构建器应用程序(所见即所得、预先设计的模板、购物车等)。我们一直在寻找 SSL 证书的几种不同选项,甚至是通配符,以寻求解决方案。问题是我们不希望每次有客户端想要将 SSL 添加到其站点(我们托管站点)时都重新启动服务器。我们研究了威瑞信,但据我们采访的威瑞信销售代表称,他们只有经销商计划,无法解决问题。
他们有 SSL 证书允许我们这样做吗?
谢谢!
We recently built out a web builder application (WYSIWYG, pre-designed templates, shopping cart etc..). We have been looking at a few different options for SSL certs, even wildcards, for a solution. The problem is we do not want to restart the server every time we have a client who wants to add an SSL to their site (We host the sites). We looked at verisign but according to the sales rep we spoke with at verisign, they would only have the reseller program which does not solve the solution.
Are their any SSL certs that would allow us do do this?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
优雅地重新启动服务器。它不会接受新连接,但会等待现有连接关闭然后重新启动。
Gracefully restart the server. It won't accept new connections but will wait for the existing connections to close then restart.