[GIS] Delete an SSL certificate for ArcGIS Server

arcgis-serverssl

I added an SSL certificate to ArcGIS Server, and named it *.mydomain.net.

ArcGIS Server does not seem to like the asterisk though; when trying to open the REST interface (https://ags.mydomain.net/arcgis/admin/machines/AGS.MYDOMAIN.NET/sslcertificates/*.mydomain.net) the browser just shows Bad Request (Firefox) or Cannot find webpage (IE). Replacing * with %2A does not work either.

Obviously, I cannot delete this certificate through the web interface now.

Is there a way to do this manually? Maybe there's a directory, or registry enter or whatever where AGS stores certificates?

(Note: I already added the same certificate with a valid name too, and everything works, it's just that I want to clean up the mess)

Best Answer

C:\ArcGIS\Server\framework\etc\certificates contains a file called keystorepass.dat open it in notepad and it contains the password for the keystore.

Related Question