Skip to content

Commit 74b789f

Browse files
committed
index.js fixed: nonexistent function getAllCertificatesAsJWK was exported
1 parent 0388ab1 commit 74b789f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = (debugNamePrefix, baseDir, refreshIntervalMillis, signingKeyPas
99
getCurrentSigningKeyId: keystore.getCurrentSigningKeyId,
1010
getPrivateKey: keystore.getPrivateKey,
1111
getCertificate: keystore.getCertificate,
12-
getAllCertificatesAsJWK: keystore.getAllCertificatesAsJWK,
12+
getAllCertificatesAsJWKS: keystore.getAllCertificatesAsJWKS,
1313
KeystoreError,
1414
PrivateKeyNotFoundError,
1515
CertificateNotFoundError

0 commit comments

Comments
 (0)