AD-PKI commands
Supported commands for service status, restarts, logs, and updates.
The Debian package installs the adpki management CLI.
adpki --help
Service status
adpki status
This checks:
nginxphp8.4-fpmadpki-ca.serviceadpki-worker.serviceadpki-reverb.serviceadpki-scheduler.timer
Restart services
sudo adpki restart
The command restarts CA Core, Worker, Reverb, Scheduler, and PHP-FPM, then reloads Nginx.
Follow live logs
sudo adpki logs
This follows the systemd logs for CA Core, Worker, Reverb, and Scheduler. Press Ctrl+C to stop.
Update application components
sudo adpki update
This launches adpki-update. It compares installed CA, Backend, and Frontend versions with their latest releases, displays the target versions, and asks for confirmation before making changes.
ℹ️
adpki-installandadpki-setupare separate first-time deployment commands, not subcommands ofadpki.