معرفی شرکت ها


certbot-dns-njalla-1.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Njalla DNS Authenticator plugin for Certbot
ویژگی مقدار
سیستم عامل -
نام فایل certbot-dns-njalla-1.0.0
نام certbot-dns-njalla
نسخه کتابخانه 1.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Chaptergy
ایمیل نویسنده 26956711+chaptergy@users.noreply.github.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/certbot-dns-njalla/
مجوز Apache License 2.0
# Certbot plugin for authentication using Njalla This is a plugin for [Certbot](https://certbot.eff.org/) that uses the [Njalla](https://njal.la/) API to allow customers to prove control of a domain name. ## Usage 1. Obtain an Njalla API token (found in the [settings](https://njal.la/settings/api/)) 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 - PyPI: https://pypi.org/project/certbot-dns-njalla/


نیازمندی

مقدار نام
>=0.31.0 acme
>=0.31.0 certbot
>=3.4.1 dns-lexicon
- dnspython
- mock
- setuptools
- zope.interface
- requests


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl certbot-dns-njalla-1.0.0:

    pip install certbot-dns-njalla-1.0.0.whl


نصب پکیج tar.gz certbot-dns-njalla-1.0.0:

    pip install certbot-dns-njalla-1.0.0.tar.gz