/[certificateID]: Certificate

URL:
https://[root]/portals/[portalID]/certificates/[certificateID]
Methods:
GET
Operations:
Update HTTPS Certificate

Example usage

The following is a sample ArcGIS Online request URL for an individual certificate resource:

1
https://org.arcgis.com/sharing/rest/portals/0123456789ABCDEF/certificates/g5QWhBtSZveWDDdu?f=pjson

Description

The resource for an individual certificate that is registered with an organization. This resource is available via HTTPS only.

Request parameters

ParameterDetails

f

The response format. The default format is html.

Values: html | json | pjson

Response properties

PropertyDetails

id

The ID of the registered certificate.

name

The certificate name.

domain

Server domain that the certificate is used for.

sslCertificate

Base64-encoded certificate text, enclosed between -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----.

JSON Response syntax

1
2
3
4
5
6
{
  "id": "<certificateId>",
  "name": "<certificateName>",
  "domain": "<domain>",
  "sslCertificate": "<certificateText>"
}

JSON Response example

1
2
3
4
5
6
{
  "id": "g5QWhBtSZveWDDdu",
  "name": "mycert",
  "domain": "example.com",
  "sslCertificate": "-----BEGIN CERTIFICATE-----...-----END CERTIFICATE-----"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close