Release 10.11
Added Services
wm.mft.admin:updateAssetsWithCertAlias This new service will migrate the certificates to Certificate Management without user inputs.
wm.mft.admin:updateCertFromDBToFile This new service will move old certificates from File to database during the migration to File-based certificates.
wm.mft.admin:updateFileBasedCertToDB This new service will move File-based certificates to the database without user inputs.
Added Services in wm.mft.assets.certificate
wm.mft.assets.certificate:add Use this service to add a new certificate. The following user inputs are supported in this service:

mftCertificate/certificateId – Automatically generates the certificate ID.

mftCertificate/certificateAlias – The name given to the certificate as a string datatype.

mftCertificate/description – The description given to the certificate as a string datatype.

mftCertificate/location – Select the location from the dropdown for the Database/File.

mftCertificate/path – The path of the certificate used as a string datatype.

mftCertificate/type – The type of certificate selected in the dropdown.

mftCertificate/keyPassword - The password given for the certificate key.

mftCertificate/keyStorePassword – The password given for the certificate keystore.
wm.mft.assets.certificate:delete The following user inputs are supported in this service:

certificateId – You must provide the certificate ID as a string datatype to delete the certificate.
wm.mft.assets.certificate:list The following user inputs are supported in this service:

Choose the certificate from the dropdown.
wm.mft.assets.certificate:update Use this service to update the existing certificates. The following user inputs are supported in this service:

mftCertificate/certificateId – Automatically generates the certificate ID.

mftCertificate/certificateAlias - The name given to the certificate as a string datatype.

mftCertificate/description - The description given to the certificate as a string datatype.

mftCertificate/location - Select the location from the dropdown for the Database/File.

mftCertificate/path - The path of the certificate used as a string datatype.

mftCertificate/type - The type of certificate selected in the dropdown.

mftCertificate/keyPassword - The password given for the certificate key.

mftCertificate/keyStorePassword - The password given for the certificate keystore.
wm.mft.assets.certificate:usages This new service displays the certificates used. The following inputs are supported:

certificateId – You must provide the certificate ID as a string datatype to view the certificate usage.
wm.mft.assets.certificate:view This new service is used to view the certificates. The following inputs are supported:

certificateId – You must provide the certificate ID as a string datatype to view the certificate usage.

certificateAlias – You must provide the certificate alias as a string datatype to view the certificate.
Changed Services
wm.mft.assets.rec.event.action.properties:EncryptFile The following parameter is added to this service:

publicPGPCertificateId: String datatype, requires certificateid as input.
wm.mft.assets.rec.event.action.properties:DecryptFile The following parameter is added to this service:

publicPGPCertificateId: String datatype, requires certificateid as input.
wm.mft.assets.rec.port:FTPDetails The following parameters are added to this service:

ftpsDetails/keystoreCertificateId: String datatype, requires certificateid as input.

httpsDetails/truststoreCertificateId: String datatype, requires certificateid as input.
wm.mft.assets.rec.port:HTTPDetails The following parameters are added to this service:

httpsDetails/keystoreCertificateId: String datatype, requires certificateid as input.

httpsDetails/truststoreCertificateId: String datatype, requires certificateid as input.
wm.mft.assets.rec.vfs:VfsDetails The following parameters are added to this service:

Encryption/PublicPGPCertificateId: String datatype, requires certificateid as input.

Encryption/PrivatePGPCertificateId: String datatype, requires certificateid as input
wm.mft.assets.rec.user:UserDetails The following parameters are added to this service:

fileBasedEncryptionDecryption/privatePGPKeyCertificateId: String datatype, requires certificateid as input.

fileBasedEncryptionDecryption/publicPGPKeyCertificateId: String datatype, requires certificateid as input.