@big-kahuna-burger/acme-dns-01-azure

0.1.24 • Public • Published

npm CI Issues License

acme-01-dns-azure

Greenlock/Acme.js plugin for Azure DNS

Installation

  1. Add a package to your dependencies
npm i acme-01-dns-azure
  1. Then use it in your project with greenlock:
greenlock
  .manager
  .defaults({
    agreeToTerms: true,
    subscriberEmail: 'email_of_person_responsible_for_cert_renewals@yourcompany.com',
    challenges: {
      'dns-01': {
        module: 'acme-dns-01-azure',
        clientId: process.env.AZURE_CLIENT_ID, // Your service principal application id
        clientSecret: process.env.AZURE_CLIENT_SECRET, // Your service principal application secret
        subscriptionId: process.env.AZURE_SUBSCRIPTION_ID, // Your tenant's subscription id,
        azureDomain: process.env.AZURE_DOMAIN, // Your customized tenant domain (or tenant id if your tenant is not customized)
        TTL: 60
      }
    }
  })

Package Sidebar

Install

npm i @big-kahuna-burger/acme-dns-01-azure

Weekly Downloads

1

Version

0.1.24

License

MIT

Unpacked Size

17.5 kB

Total Files

12

Last publish

Collaborators

  • big-kahuna-burger