The updateDigitalCertificate operation webservice in the TR31 module retrieves and TR31_SIGNING_KEYS object(s) matching the webservice inputs and updates the matching object.
The updateDigitalCertificate web service requires nine (9) parameters:
|
did |
The unique encryption domain identifier. |
|
svccred |
The username (service credential) within the encryption domain with the authorization to call this web service. The credential requires the KMO and KMA privileges. |
|
password |
The password of the username to authenticate the credential of the requester. |
|
environment |
The environment in which this certificate is used. Accepted values: |
|
sid |
The unique server identifier of the node in the StrongAuth KeyAppliance cluster that generated the digital certificate. This value is needed to search for the digital certificate to-be-updated by assembling the digital certificate's primary key. |
|
dcid |
The unique identifier of an existing digital certificate. This value is needed to search for the digital certificate to-be-updated by assembling the digital certificate's primary key. |
|
subjectDn |
[Optional] The full distinguished name (DN) of the end-entity (EE) certificate. |
|
status |
[Optional] Status of the digital certificate record. If this value is null, this webservice will not update the found TR31_DIGITAL_CERTIFICATES DB record's status column. Accepted values: |
| notes | [Optional] notes that you can provide to store information about the certificate. If this value is null, this webservice will not update the found TR31_DIGITAL_CERTIFICATES DB record's notes column. |