summaryrefslogtreecommitdiffstats
path: root/stap-env
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2009-04-28 11:43:05 -0400
committerDave Brolley <brolley@redhat.com>2009-04-28 11:43:05 -0400
commit35e8865695152377e91e387f1568229512ff0989 (patch)
treef4a964c0e0452f5eb612b16aefb68e4ce32bda67 /stap-env
parente84f20287ae21b31c3505dfd0a81176687ad1ec5 (diff)
downloadsystemtap-steved-35e8865695152377e91e387f1568229512ff0989.tar.gz
systemtap-steved-35e8865695152377e91e387f1568229512ff0989.tar.xz
systemtap-steved-35e8865695152377e91e387f1568229512ff0989.zip
Keep the user's stap certificate in stap.cert (was stap-server.cert). Rename
the old cert file to the new name when it is encountered.
Diffstat (limited to 'stap-env')
-rwxr-xr-xstap-env2
1 files changed, 2 insertions, 0 deletions
diff --git a/stap-env b/stap-env
index 5cd4d119..8d765ae6 100755
--- a/stap-env
+++ b/stap-env
@@ -34,3 +34,5 @@ else
fi
stap_signing_db=$stap_sysconfdir/systemtap/staprun
+stap_certfile=stap.cert
+stap_old_certfile=stap-server.cert