معرفی شرکت ها


certbot-netdot-0.1.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Netdot DNS authentication plugin for Certbot
ویژگی مقدار
سیستم عامل -
نام فایل certbot-netdot-0.1.1
نام certbot-netdot
نسخه کتابخانه 0.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Mattias Amnefelt
ایمیل نویسنده mattiasa@cantemo.com
آدرس صفحه اصلی https://www.github.com/Cantemo/certbot-netdot
آدرس اینترنتی https://pypi.org/project/certbot-netdot/
مجوز MIT
# Netdot DNS Authenticator for Certbot This allows automatic completion of `Certbot's <https://github.com/certbot/certbot>`_ DNS01 challange for domains managed via `Netdot <https://github.com/cvicente/Netdot/>`_ DNS. ## Installing ``` $ sudo pip install certbot-netdot ``` Note that you should normally install this as ``root``, unless you know what you are doing. ## Usage The plugin requires a user with the edit, view and delete permissions for the DNS zone you are creating a certificate in. To use the plugin you need to provide a credentials file `--certbot-netdot:credentials` *(required)* INI file with ``username`` and ``password`` for your Netdot user as well as the endpoint URL for your netdot instance. You can also provide the `verify` flag to disable certificate verification of the netdot server. This should of course only be used when you want to generate the certificate for your netdot server itself :) The credentials file must have the following format: ``` certbot_netdot:auth_username = admin certbot_netdot:auth_password = password certbot_netdot:auth_endpoint = https://netdot.example.com/netdot certbot_netdot:auth_verify = True ``` For safety reasons the file must not be world readable. You can solve this by running: ``` $ chmod 600 credentials.ini ``` Then you can run `certbot` using: ``` $ sudo certbot certonly \ --authenticator certbot-netdot:auth \ --certbot-netdot:auth-credentials credentials.ini \ -d domain.com ``` ## Attribution This plugin is based on https://github.com/runfalk/certbot-loopia by Andreas Runfalk ## Changelog ### Version 0.1.1 Released 2020-05-15 * Default cert verification to True * Fixed generating wildcard certs or other multiple certs for a single domain name ### Version 0.1.0 Released 2020-05-11 * Initial Release


نحوه نصب


نصب پکیج whl certbot-netdot-0.1.1:

    pip install certbot-netdot-0.1.1.whl


نصب پکیج tar.gz certbot-netdot-0.1.1:

    pip install certbot-netdot-0.1.1.tar.gz