Comparing version 0.0.1 to 0.0.2
@@ -51,2 +51,7 @@ var forge = require('node-forge'); | ||
console.log(forge.pki.certificateToPem(cert).green); | ||
// Print out the certificate fingerprint | ||
console.log(''); | ||
console.log('Certificate Fingerprint:'); | ||
console.log(digest.toHex().green); | ||
}; | ||
@@ -53,0 +58,0 @@ |
{ | ||
"name": "keycred", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A Key Credential generator for Office 365 Applications.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15373
6
179