CRM 安全证书到期操作命令

Posted Earson

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CRM 安全证书到期操作命令相关的知识,希望对你有一定的参考价值。

 

I found a related TechNet Blog that shed some light on the subject:
http://blogs.technet.com/b/tune_in_to_windows_intune/archive/2013/11/13/replace-certificates-on-adfs-3-0.aspx

According to this document, after setting the Service Communications Certificate in the MMC, you must run:
Get-ADFSCertificate
to fetch the certificate thumbprint of the Service Communications Cert. Take note of the certificate thumbprint, then run:
Set-ADFSSslCertificate -Thumbprint [yourThumbprint]

“Set-AdfsSslCertificate” will fix the HTTP.SYS bindings used by ADFS. Apparently the MMC does not set the bindings, which is pretty annoying because this leaves the service in a pretty darn broken state. The HTTP bindings are mentioned in this TechNet documentation:
https://technet.microsoft.com/en-us/library/dn781428.aspx
BUT, the docs do not explicitly state that the Set-AdfsSslCertificate cmdlet needs to be run on all of the ADFS server nodes in your farm. This also is a key missing detail.

以上是关于CRM 安全证书到期操作命令的主要内容,如果未能解决你的问题,请参考以下文章

微信退款,提示证书已过期啥意思?

如何检查网站SSL证书有没有到期?

中国银行CA安全证书到期,在哪儿下载证书?

ssl证书怎么解决到期的问题

如何从 PEM 编码证书中确定 SSL 证书到期日期?

使用python检查SSL证书到期情况