You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Body example with descriptions and object types below (type(dict):
54
+
52
55
body={
53
56
"info" : "", #Defaults to the operator profile name. Object Type: string
54
57
"name" : "", #Defaults to the authenticated username. Object Type: string
55
58
"..." : "", #Additional properties may be returned for grant_type "password" if corresponding properties are defined in the OAuth API enforcement profile. Object Type: string
"key_file" : "", #Contents of private key to import. Object Type: string
113
116
"key_file_encoding" : "", #Encoding used for 'key_file' parameter. Object Type: string
114
117
"key_passphrase" : "", #Enter the passphrase that was used to encrypt the private key. If the private key is not encrypted, leave this field blank. Object Type: string
Required Body Parameters:['ca_id', 'file_csr', 'cert_type']
193
201
Parameter Type: body, Name: body
194
202
Body example with descriptions and object types below (type(dict):
203
+
195
204
body={
196
205
"ca_id" : 0, #Select the certificate authority that will be used to sign this request. Object Type: integer
197
206
"file_csr_encoding" : "", #Encoding used for 'file_csr' parameter. Object Type: string
198
207
"file_csr" : "", #Choose a digital certificate signing request to upload. This should be a PEM encoded PKCS#10 certificate request file. Object Type: string
199
208
"cert_type" : "", #Select the type of certificate to create from this signing request. Object Type: string
200
209
"issue_cert" : False, #To modify the subject of the certificate before signing, do not select this checkbox. Object Type: boolean
201
210
"days" : "", #The number of days before the certificate will expire. Object Type: string
0 commit comments