From 99bba739780d5dd359d6e000b0b5dce4b8f118c1 Mon Sep 17 00:00:00 2001 From: Arjan H Date: Tue, 25 Feb 2025 21:05:58 +0100 Subject: [PATCH] Fix certificate revoke command (#158) --- commander | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commander b/commander index ee6c5b8..6f09402 100755 --- a/commander +++ b/commander @@ -187,7 +187,8 @@ case $txt in read serial read reason cd /opt/boulder - docker compose exec boulder bin/boulder admin -config labca/config/admin.json revoke-cert -serial $serial -reason $reason -dry-run=false 2>&1 + # NOTE: admin is one of the few commands that is NOT a subcommand of boulder! + docker compose exec boulder bin/admin -config labca/config/admin.json revoke-cert -serial $serial -reason $reason -dry-run=false 2>&1 ;; "test-email") read recipient