10.5. 部署 ACME Responder


  1. 配置 ACME 响应器后,使用以下命令部署它:

    Copy to Clipboard Toggle word wrap
    $ pki-server acme-deploy

    这会在 /etc/pki/pki-tomcat/Catalina/localhost/acme.xml 中创建部署描述符。

    PKI 服务器在几秒钟后自动启动 ACME Responder,您不需要重新启动服务器。

  2. 要验证 ACME Responder 是否正在运行,请使用以下命令:

    Copy to Clipboard Toggle word wrap
    $ curl -s -k https://$HOSTNAME:8443/acme/directory | python -m json.tool
    {
    "meta": {
    "caaIdentities": [
    "example.com"
    ],
    "externalAccountRequired": false,
    "termsOfService": "https://example.com/acme/tos.pdf",
    "website": "https://www.example.com"
    },
    "newAccount": "https://<hostname>:8443/acme/new-account",
    "newNonce": "https://<hostname>:8443/acme/new-nonce",
    "newOrder": "https://<hostname>:8443/acme/new-order",
    "revokeCert": "https://<hostname>:8443/acme/revoke-cert"
    }

如需更多信息,请参阅 pki-server-acme 手册页。

返回顶部
Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。 了解我们当前的更新.

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

Theme

© 2025 Red Hat, Inc.