EGI-Federation / EGI-Federation/documentation

Integration of VOMS documentation

Open
#88 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.