iis - Node.js https Cert Expiration -


I'm looking to install nodes on https, which refers to the pfx certificate file, the certificate's deadline What happens when you finish? I believe for the IIS, a new SSL certificate has been generated and installed. Does this mean that the node will need a copy / reference of a new certificate?

If so, what is the real way to set up SDL with the node and who will continue to work even after the expiration of the certification to terminate it? In terms of IIS, hardly some types? Our Sisadmins are familiar with updating IIS, but I think all my node codes will start in 2016 (after two years) when the certificates will expire, and I can not be around to help.

I have no experience with the IIS or node, but a certificate will not automatically renew automatically . Renewal means that a new certificate request should be generated with the new lifetime and the issuer must sign this certificate request. And finally a newly created certificate has been put on the server to replace the old. It may be that the IIS automates some part of this (for example to prepare a new certificate on the basis of the old certificate), but I suspect it automates the process of sending the certificate request to the CA and the new Returns the signed certificate. In fact, seeing some CA's documents it seems that there are still many manual work involved.


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -