From d700a45c292125649a22ab1b9d9917a18c6b9f31 Mon Sep 17 00:00:00 2001 From: Heidi Schellman <33669005+hschellman@users.noreply.github.com> Date: Sun, 23 Nov 2025 13:18:46 -0800 Subject: [PATCH] add more token proxy voodoo to sl7_tokens.md --- _includes/sl7_token.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_includes/sl7_token.md b/_includes/sl7_token.md index 1781140..c0fd0a8 100644 --- a/_includes/sl7_token.md +++ b/_includes/sl7_token.md @@ -4,6 +4,7 @@ To get a token that allows you to access files interactively in SL7 ~~~ htgettoken -i dune --vaultserver htvaultprod.fnal.gov -r interactive export BEARER_TOKEN_FILE=/run/user/`id -u`/bt_u`id -u` +export X509_CERT_DIR=/cvmfs/oasis.opensciencegrid.org/mis/certificates ~~~ {: ..language-bash} @@ -73,4 +74,5 @@ justin get-token You will need to do this sequence weekly as your justin access expires. > ## Note: -> Despite the name of this command it gets you both a token and a special X.509 proxy and it is the latter you are actually using to talk to rucio in these SL7 examples \ No newline at end of file +> Despite the name of this command it gets you both a token and a special X.509 proxy and it is the latter you are actually using to talk to rucio in these SL7 examples +{: .callout} \ No newline at end of file