Skip to content

Commit 31b865a

Browse files
authored
Merge pull request #54 from f5devcentral/v1.12.0
sslCert test updates
2 parents 6c12d33 + 1262daa commit 31b865a

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

f5_flipper_test.tgz

-15 Bytes
Binary file not shown.

tests/031_sslCerts.unit.tests.ts

+16-3
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,14 @@ describe('ssl certificate tests', function () {
7676
"-inform": "PFX",
7777
"-passcrypt": "XXXX",
7878
"-encrypted": "-encryptmethod ENCMTHD_3",
79-
profileName: "star.groot.cer",
80-
})
79+
"-certkeyName": "star.groot.cer",
80+
"-eccCurveName": [
81+
"P_256",
82+
"P_384",
83+
"P_224",
84+
"P_521",
85+
],
86+
})
8187

8288
})
8389

@@ -94,7 +100,14 @@ describe('ssl certificate tests', function () {
94100
assert.deepStrictEqual(appCert, {
95101
"-cert": "foo.crt",
96102
"-key": "foo.key",
97-
profileName: "starlord.galaxy.io_cert",
103+
"-cipherName": "ECDHE",
104+
"-certkeyName": "starlord.galaxy.io_cert",
105+
"-eccCurveName": [
106+
"P_256",
107+
"P_384",
108+
"P_224",
109+
"P_521",
110+
],
98111
})
99112
})
100113

tests/artifacts/f5_flipper_test.tgz

-15 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)