From 39c8a357ec10b9cb4ecf75324561ed82241e27d6 Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 9 Feb 2015 22:44:49 -0800 Subject: more verbose `leap cert update` --- lib/leap_cli/commands/ca.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/leap_cli/commands/ca.rb b/lib/leap_cli/commands/ca.rb index 9b3409a..356e616 100644 --- a/lib/leap_cli/commands/ca.rb +++ b/lib/leap_cli/commands/ca.rb @@ -216,7 +216,7 @@ module LeapCli; module Commands return true end if cert.subject.common_name != node.domain.full - log :updating, "cert for node '#{node.name}' because domain.full has changed" + log :updating, "cert for node '#{node.name}' because domain.full has changed (was #{cert.subject.common_name}, now #{node.domain.full})" return true end cert.openssl_body.extensions.each do |ext| -- cgit v1.2.3