System Administration > Configuration > NSX Advanced Load Balancer > Controller > Alb Portal Certificate

Create portal certificate CSR for ALB controller.

Use this API to create portal certificate CSR for ALB controller.

Request:

Method:
POST
URI Path(s):
/policy/api/v1/alb/controller-nodes/certificate/csr
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ALBControllerCertificateCsr+

Example Request:

POST https://<policy-mgr>/policy/api/v1/alb/controller-nodes/certificate/csr { "common_name": "avi", "email": "[email protected]", "organization": "vm", "organization_unit": "VM", "locality": "BLR", "country": "IN", "state_name": "KA", "subject_alt_names": [ "10.50.50.28" ], "algorithm": "SSL_KEY_ALGORITHM_RSA", "key_size": "SSL_KEY_2048_BITS", "clustering_id": "e8abab64-774e-48fa-bd5c-41df7aefdb88" }

Successful Response:

Response Code:
201 Created
Response Headers:
Content-type: application/json
Response Body:
ALBControllerCertificate+

Example Response:

{ "name": "System-Portal-Cert-14:58:30", "csr": "-----BEGIN CERTIFICATE REQUEST -------- END CERTIFICATE REQUEST-----" }

Required Permissions:

crud

Feature:

policy_lb

Additional Errors: