We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331d344 commit b91140cCopy full SHA for b91140c
README.md
@@ -9,8 +9,10 @@ $ docker run -v ${PWD}:/scratch -e OIDC_AUTH_TOKEN=/scratch/token.txt -e OIDC_AU
9
```
10
where you need to replace `<blah>`. E.g.:
11
```bash
12
+$ # x509 for rucio access
13
$ cp ~/.globus/user* .
14
$ cp /tmp/x509up_u123456 .
15
+$ # rucio config with x509
16
$ cat rucio.cfg
17
[client]
18
rucio_host = https://voatlasrucio-server-prod.cern.ch:443
0 commit comments