File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
// limitations under the License.
19
19
//
20
20
// created: Sat Apr 29 09:17:48 2017
21
- // last saved: <2018-April-02 16:53:09 >
21
+ // last saved: <2018-July-13 08:42:53 >
22
22
23
23
var common = require ( './common' ) ;
24
24
var fs = require ( 'fs' ) ;
@@ -173,7 +173,7 @@ describe('Keystore', function() {
173
173
} ;
174
174
edgeOrg . keystores . create ( options , function ( e , result ) {
175
175
assert . isNull ( e , "error creating keystore: " + JSON . stringify ( e ) ) ;
176
- options . certFile = certFileList [ 0 ] ;
176
+ options . certificateFile = certFileList [ 0 ] ;
177
177
options . keyFile = certFileList [ 0 ] . replace ( new RegExp ( '\\.cert$' ) , '.key' ) ;
178
178
options . alias = 'alias-' + faker . random . alphaNumeric ( 8 ) ;
179
179
edgeOrg . keystores . importCert ( options , function ( e , result ) {
You can’t perform that action at this time.
0 commit comments