/[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:

Use dark colors for code blocksCopy
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

Use dark colors for code blocksCopy
1
2
3
4
5
6
{
  "id": "<certificateId>",
  "name": "<certificateName>",
  "domain": "<domain>",
  "sslCertificate": "<certificateText>"
}

JSON Response example

Use dark colors for code blocksCopy
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.