Amit
asked on
How to renew SSL certificate on Sharepoint 2013 server.
SharePoint Experts:
I need steps to renew SSL certificate on SharePoint 2013 servers. Please let me know, if you need more information.
I need steps to renew SSL certificate on SharePoint 2013 servers. Please let me know, if you need more information.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
In Central Admin, under security --> Trusts , you can upload certificates. It is probably possible with PowerShell, but the GUI is straight forward.
Hope that helps...
Hope that helps...
The "Import Certificate Into SharePoint Webserver" section in the link I provided (https://www.petri.com/configure-ssl-sharepoint-sites ) has the steps you need.
Great info from "netcmh". Yes, one of the links above explains with screenshots what I describe.
https://www.sslsupportdesk.com/ssl-installation-instructions-for-sharepoint-2013/
Not sure what you are doing, but if you are setting up just an SSL web application within SharePoint, I don't think you need to import the cert in to central admin. I have set up several SSL web apps and have never had to do that. Just the configuration in IIS. The cert import in Central Admin is for setting up server trust when federating services or when connecting with other system, Exchange for example. But if the article says to do it, do it!
Good luck...
https://www.sslsupportdesk.com/ssl-installation-instructions-for-sharepoint-2013/
Not sure what you are doing, but if you are setting up just an SSL web application within SharePoint, I don't think you need to import the cert in to central admin. I have set up several SSL web apps and have never had to do that. Just the configuration in IIS. The cert import in Central Admin is for setting up server trust when federating services or when connecting with other system, Exchange for example. But if the article says to do it, do it!
Good luck...
Thank you for the grade. Good luck.
ASKER