UNPKG

acme-http-01-azure-key-vault-middleware

Version:

Use Let's Encrypt and other RFC 8555 providers natively and securely on Azure

59 lines (58 loc) 1.42 kB
{ "name": "acme-http-01-azure-key-vault-middleware", "version": "2.0.0", "description": "Use Let's Encrypt and other RFC 8555 providers natively and securely on Azure", "bin": { "order": "src/bin/order.js" }, "files": [ "azure-functions.js", "express.js", "README.md", "src/**/*" ], "scripts": {}, "author": "William Wong (https://github.com/compulim)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/compulim/acme-http-01-azure-key-vault-middleware.git" }, "bugs": { "url": "https://github.com/compulim/acme-http-01-azure-key-vault-middleware/issues" }, "homepage": "https://github.com/compulim/acme-http-01-azure-key-vault-middleware#readme", "keywords": [ "acme", "azure", "cert", "certificate", "greenlock", "http-01", "key vault", "keyvault", "lets encrypt", "letsencrypt", "pki", "rfc8555", "rfc 8555", "ssl", "web apps", "webapps" ], "dependencies": { "@azure/identity": "^1.2.1", "@azure/keyvault-certificates": "4.1.0", "@azure/keyvault-keys": "4.1.0", "@azure/keyvault-secrets": "4.1.0", "debug": "^4.3.1", "express": "^4.17.1", "node-fetch": "2.6.1", "node-forge": "0.10.0", "rate-limiter-flexible": "^2.1.16" }, "peerDependencies": { "@azure/identity": "^1.2.1", "express": "^4.17.1" } }