EGI-Federation / EGI-Federation/documentation
Integration of VOMS documentation
Open
- Dominant language
- HTML
- Stars
- 15
- Forks
- 52
- Avg merge
- 12h 34m
- Merged PRs (30d)
- 2
Description
# Short Description of the issue
Workload manager doc contained few details that could worth to record.
Copying here just to avoid loosing them.
# Summary of proposed changes
#### Install your credentials
```sh
$ mkdir -p $HOME/.globus
$ chmod 700 $HOME/.globus
$ openssl pkcs12 -in $HOME/MyCertificate \ -clcerts -nokeys -out $HOME/.globus/usercert.pem
$ openssl pkcs12 -in $HOME/MyCertificate\ -nocerts -out $HOME/.globus/userkey.pem
$ chmod 600 $HOME/.globus/usercert.pem $HOME/.globus/userkey.pem ```
```
Contributor guide
Assessment
This issue has not been assessed yet.