简体   繁体   English

如何将通配符SSL证书从IIS导出到Heroku?

[英]How can I export a wildcard SSL certificate from IIS to Heroku?

guys! 伙计们!

I already have a valid and running wildcard SSL certificate from GoDaddy on an IIS server, and I need to install this certificate on Heroku (for a subdomain). 我已经从IIS服务器上的GoDaddy获得了有效且正在运行的通配符SSL证书,并且需要在Heroku(用于子域)上安装此证书。

I'm still not sure if I should export the certificate from IIS (and how to import that on Heroku) or just regenerate a CSR and re-emit the certificate. 我仍然不确定是否应该从IIS导出证书(以及如何在Heroku上导入证书)还是只是重新生成CSR并重新发送证书。 If I go for the second option, will my IIS certificate keep working? 如果我选择第二种方法,我的IIS证书会继续工作吗?

Thanks in advance! 提前致谢! Felipe 费利佩

Open the certificate manager from the mmc snapin and then load the local computer's certificate store. 从mmc管理单元中打开证书管理器,然后加载本地计算机的证书存储。 Once insde, find your certificate and export it along with the private key. 插入后,找到您的证书并将其与私钥一起导出。 Take the outputted file and import into Heroku. 取得输出的文件并导入Heroku。 No need to regenerate. 无需重新生成。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM