Socket
Socket
Sign inDemoInstall

certbot-dns-njalla

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

certbot-dns-njalla

Njalla DNS Authenticator plugin for Certbot


Maintainers
1

Certbot plugin for authentication using Njalla

This is a plugin for Certbot that uses the Njalla API to allow customers to prove control of a domain name.

Usage

  1. Obtain an Njalla API token (found in the settings)

  2. Install the plugin using pip3 install certbot-dns-njalla, or if you are using sudo with certbot use sudo -H pip3 install certbot-dns-njalla

  3. Create a njalla.ini config file with the following contents and apply chmod 600 njalla.ini on it:

    certbot_dns_njalla:dns_njalla_token=0000000000000000000000000000000000000000
    

    Replace the zeroes with your Njalla API key and ensure permissions are set to disallow access to other users.

  4. Run certbot and direct it to use the plugin for authentication and to use the config file previously created:

    certbot certonly -a certbot-dns-njalla:dns-njalla --certbot-dns-njalla:dns-njalla-credentials njalla.ini -d domain.com
    

    Add additional options as required to specify an installation plugin etc.

Distribution

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc