Generate CSR

URL:
https://<root>/machines/<machine>/sslCertificates/<sslCertificate>/generateCsr
Methods:
GET
Required Capability:
Access allowed with the "Security and Infrastructure" privilege
Version Introduced:
10.8

Description

The generateCsr operation generates a certificate signing request (CSR) for a self-signed certificate. A CSR is required by a CA to create a digitally signed version of your certificate.

Request parameters

ParameterDetails

f

The response format. The default response value is html.

Values: html | json | pjson

Example usage

The following is a sample GET request for the generateCsr operation:

1
https://machine.domain.com/webadaptor/portaladmin/machines/MACHINE.DOMAIN.COM/sslCertificates/myCert/generateCsr?f=pjson

JSON Response syntax

1
2
3
{
  "certificateSigningRequest": 	"<csr>"
}

JSON Response example

1
2
3
4
5
6
7
8
9
10
{"certificateSigningRequest": 	"-----BEGIN NEW CERTIFICATE REQUEST-----\r\n
 MIIBeDCB1gIBADA2MR3wHAYDVQQKExVTZWxmU4lnbmVkQ5VydGlmaWNhdGUxFzAVBgNVBAMTDkdS\r\n
 SUQyLkVTUkkuQ09NMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDH9jNGP/ZPn75GIcs/uFi7\r\n
 Gqug1zutmsIVo9viUCLu+Wgd+lhrSuab3l0ar3QwM9CKp8AU01VxKMsSVcU6FjdgTmuf42cOhTEO\r\n
 8WOXqgW5PynJONaCq+9oRVCF3+XeTIHD78IN3lQvckRH7FI7iMyD+jb/P3P1xKRDhM/3ikMfJwID\r\n
 AQABoAAwDQYJKoZIhvcNAQEFBQADgYEAC29mmkXw+KSeDFlRW7Jq9EEUGmBWvKqAv61qg9UQ0JD8\r\n
 hroCMTKoANj5iWqfwW/hMFWkDcKdNqTziVqyZcs3HssU89+QCTmpHkuuM8jxrEf/iWLQh5Dr4Srv\r\n
 2hf4Bf0rIC4k8XgVs28MeOzuROusdL/1g+jo83SzP2FacteNNb0=\r\n
 -----END NEW CERTIFICATE REQUEST-----\r\n"
}

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