Generate CSR

URL:
https://<root>/security/sslCertificates/<sslCertificate>/generateCsr
Methods:
GET
Required Capability:
Access allowed with the "Security and Infrastructure" privilege in a single machine environment
Version Introduced:
10.3

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:

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/portaladmin/security/sslCertificates/myCert/generateCsr?f=pjson

JSON Response syntax

Use dark colors for code blocksCopy
1
2
3
{
  "certificateSigningRequest": 	"<csr>"
}

JSON Response example

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