이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 8. Managing PKI ACME Responder
This chapter describes how to manage PKI ACME Responder.
For information on how to set up PKI ACME Responder, see the Setting up PKI ACME Responder chapter in the Red Hat Certificate System Planning, Installation, and Deployment Guide.
8.1. Enabling/Disabling ACME Services 링크 복사링크가 클립보드에 복사되었습니다!
Users that belong to the Administrators group can enable or disable services in the ACME responder. The user can authenticate either with basic authentication or client certificate authentication.
To enable or disable ACME services with basic authentication, specify the username and password:
pki -u <username> -p <password> acme-<enable/disable>
$ pki -u <username> -p <password> acme-<enable/disable>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow To enable or disable ACME services with client certificate authentication, specify the certificate nickname and NSS database password:
pki -n <nickname> -c <password> acme-<enable/disable>
$ pki -n <nickname> -c <password> acme-<enable/disable>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
8.2. Checking the Status of PKI ACME Responder 링크 복사링크가 클립보드에 복사되었습니다!
To check the status of the ACME responder, run the following command:
If the services are disabled, the command will show the following result:
pki acme-info
$ pki acme-info
Status: Unavailable
The actual output depends on what is configured in the metadata.conf
configuration file.