certbot的powerdns dns身份验证程序插件

certbot-dns-powerdns的Python项目详细描述


Build StatusCoverage StatusQuality Gate StatusLibraries.io dependency status for latest releasePyPI - Status

PyPI - Python Version

certbot dns powerdns

用于Certbot的PowerDNS DNS身份验证程序插件。

这个插件是从头开始构建的,遵循开发风格和生命周期 中找到的其他certbot-dns-*插件 Official Certbot Repository

安装

pip install --upgrade certbot
pip install certbot-dns-powerdns

验证:

$ certbot plugins --text

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* certbot-dns-powerdns:dns-powerdns
Description: Obtain certificates using a DNS TXT record (if you are using
PowerDNS for DNS.)
Interfaces: IAuthenticator, IPlugin
Entry point: dns-powerdns = certbot_dns_powerdns.dns_powerdns:Authenticator

...
...

配置

凭据文件(例如~/pdns-credentials.ini)应该如下所示:

certbot_dns_powerdns:dns_powerdns_api_url = https://api.mypowerdns.example.org
certbot_dns_powerdns:dns_powerdns_api_key = AbCbASsd!@34

用法

certbot ... \
        --authenticator certbot-dns-powerdns:dns-powerdns  
        --certbot-dns-powerdns:dns-powerdns-credentials ~/pdns-credentials.ini 
        certonly

常见问题解答

为什么插件的名字这么长?

这遵循上游术语:certbot-dns-<dns-provider>

为什么我必须在名称中使用:分隔符?为什么配置文件参数如此怪异?

这是certbot接口对third-party插件的限制。

有关详细信息,请阅读讨论:

许可证

版权所有(c)2019DT Pan-Net s.r.o

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java Intellij通过方法中的包查找用法   java中VS代码和打包命名的问题   将java CMS功能集成到具有高度动态内容的网站(Lucene/Mysql/Nosql)的策略   oracle的java类强制转换异常。jdbc。驾驶员OracleConnection   字节码向JVM添加上指令   如何在抽象类中执行java方法?   java是否可以在apache访问日志中排除指定的GET参数?(作者:W7开发环境)   java如何获取已安装音频播放器的列表?   尝试向HS学生展示如何使用Java访问MS数据库   使用正则表达式java对给定行中的特定字符串进行计数   java JOOQ Select查询中的Select计数   方法Java,如何从二维双精度数组中找到特定值?   获取图像URL的java正则表达式   java在切换到新的窗口驱动程序后找不到元素