diff --git a/dist/index.js b/dist/index.js index 268cccc..9ac12ee 100644 --- a/dist/index.js +++ b/dist/index.js @@ -13353,7 +13353,7 @@ let getApexTestClass = function(manifestpath, classesPath, defaultTestClass){ let login = function (cert, login){ core.info("=== login ==="); core.debug('=== Decrypting certificate'); - execCommand.run('openssl', ['enc', '-nosalt', '-aes-256-cbc', '-d', '-in', cert.certificatePath, '-out', 'server.key', '-base64', '-K', cert.decryptionKey, '-iv', cert.decryptionIV]); + execCommand.run('openssl', ['enc', '-nosalt', '-aes-256-cbc', '-md md5', '-d', '-in', cert.certificatePath, '-out', 'server.key', '-base64', '-K', cert.decryptionKey, '-iv', cert.decryptionIV]); core.info('==== Authenticating in the target org'); const instanceurl = login.orgType === 'sandbox' ? 'https://test.salesforce.com' : 'https://login.salesforce.com'; @@ -13611,4 +13611,4 @@ module.exports = require("zlib"); /******/ // Load entry module and return exports /******/ return __webpack_require__(4351); /******/ })() -; \ No newline at end of file +;