Skip to main content
AD-PKI Logo AD-PKIDocs
⌨️ AD-PKI commands
Docs/AD-PKI commands

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:

  • nginx
  • php8.4-fpm
  • adpki-ca.service
  • adpki-worker.service
  • adpki-reverb.service
  • adpki-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-install and adpki-setup are separate first-time deployment commands, not subcommands of adpki.