]> sourceware.org Git - systemtap.git/commitdiff
Associate localhost.localdomain with generated compile-server certificates.
authorDave Brolley <brolley@redhat.com>
Thu, 26 Aug 2010 14:40:08 +0000 (10:40 -0400)
committerDave Brolley <brolley@redhat.com>
Thu, 26 Aug 2010 14:41:06 +0000 (10:41 -0400)
stap-gen-cert

index 4938817de9e06c8a929dbb4c1fe980568b97c000..e6e28c45faecb3398be7270d8ffa50bfdbebf8e5 100755 (executable)
@@ -60,7 +60,7 @@ fi
 
 # Now generate the actual certificate. Make is valid for 1 year.
 certutil -C -i "$serverdb/stap.req" -o "$serverdb/$stap_certfile" -x -d "$serverdb" \
-         -f "$serverdb/pw" -v 12 -5 -8 "$HOSTNAME,localhost" >/dev/null <<-EOF
+         -f "$serverdb/pw" -v 12 -5 -8 "$HOSTNAME,localhost,localhost.localdomain" >/dev/null <<-EOF
 1
 3
 7
This page took 0.025274 seconds and 5 git commands to generate.