域名系统验证插件

certbot-anx的Python项目详细描述


用于certbot的anx dns身份验证器

这允许自动完成Certbot's <https://github.com/certbot/certbot>_ 在Loopia <https://dyn.anx.se/api/dns/>dns上管理的域的dns01查询。

安装

   $ pip install certbot-anx

用法

插件需要在此处创建的api密钥:http://dyn.anx.se/users/users.jsf?i=2

要使用验证器,您需要提供一些必需的选项:

--certbot-anx:credentials(必需) anx api凭据ini文件。(默认值:无)

凭证文件必须具有以下格式:

   certbot_anx:api_key = codegoeshere

出于安全原因,该文件不能是世界可读的。你可以通过 跑步:

   $ chmod 600 credentials.ini

然后您可以使用:

运行certbot
    $ sudo certbot certonly \
        --authenticator certbot-anx:auth \
        --certbot-anx:auth-credentials credentials.ini \
        -d domain.com

如果要获取通配符证书,可以使用 --server https://acme-v02.api.letsencrypt.org/directory标志和域 -d *.domain.com

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

推荐PyPI第三方库


热门话题
java HikariCP连接池Tomcat调试启用   java如何在javascript中访问JSON数组的元素?   jasper使用HttpServlet报告Java空白PDF   用于存储海量数据的java最佳集合   JBPM&springboot组织。流口水。坚持不懈jta。JtaTransactionManager在JNDI位置[java:comp/UserTransaction]未找到任何UserTransaction   java Grails maven插件需要Groovy 2.4.2   获取列表中访问最少的元素(Java 8)   java在IntelliJ中下载cn1lib不起作用   java Akka构造函数通过spring进行布线   swing在Java中创建JList时,如何更改条目的背景颜色?   为什么Java8Lambda允许访问非最终类变量?   javajavax。邮政MessaginException:无法连接到SMTP主机   java Android Webview高度在滚动后增加