From c2291a6542c276cdf7fe8ea84b1adfc431bd6bec Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Tue, 2 Nov 2010 17:33:36 -0400 Subject: [PATCH] Restore legacy domain (localhost) in server cert for stap-client. --- stap-gen-cert | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stap-gen-cert b/stap-gen-cert index 5a50c7540..60a743206 100755 --- a/stap-gen-cert +++ b/stap-gen-cert @@ -17,7 +17,8 @@ serverdb="$1" shift -domains="$HOSTNAME" +# We need to keep localhost in the domain list until stap-client goes away +domains="$HOSTNAME,localhost" while test $# != 0 do test -n "$domains" && domains="$domains," -- 2.43.5