Skip to content

Commit

Permalink
Update MyServiceClientCredentialsFactory.js
Browse files Browse the repository at this point in the history
  • Loading branch information
freistli committed Sep 23, 2022
1 parent 282189d commit bf8aa30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MyServiceClientCredentialsFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class MyServiceClientCredentialsFactory extends ServiceClientCredentialsFactory
constructor() {
super();
this.certKey = fs.readFileSync('c:/temp/selfsign.key').toString();
this.thumbPrint = 'bbaf6096f747c9da6ee27ccf996d668a336b0970';
this.thumbPrint = '<cert thumbprint>';
}

/**
Expand Down Expand Up @@ -57,4 +57,4 @@ class MyServiceClientCredentialsFactory extends ServiceClientCredentialsFactory
}
}

module.exports.MyServiceClientCredentialsFactory = MyServiceClientCredentialsFactory;
module.exports.MyServiceClientCredentialsFactory = MyServiceClientCredentialsFactory;

0 comments on commit bf8aa30

Please sign in to comment.