diff --git a/lib/amplia-client.js b/lib/amplia-client.js index f5680b1..e487516 100644 --- a/lib/amplia-client.js +++ b/lib/amplia-client.js @@ -242,7 +242,7 @@ class AmpliaClient { * @param {number} keySize the size of the key for this certificate * @returns {IssueSoftwareCertificateResponse} the response containing the certificate in many formats */ - issuePkcs12Certificate(orderId, password, keySize = null) { + issueSoftwareCertificate(orderId, password, keySize = null) { return new Promise((resolve, reject) => { let client = this._getRestClient(); let request = new IssueSoftwareCertificateRequest({ orderId, password, keySize });