File: README.md

package info (click to toggle)
voms-api-java 3.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,356 kB
  • sloc: java: 7,554; sh: 667; xml: 368; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 569 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# helper-scripts

This repository holds a set of helper-scripts used in CNAF SD CI/CD
infrastructure

The [x509-scripts](x509-scripts) directory contains a collection of scripts to manage
a Certification Authority for testing purposes.

The recommended way to use this repository is to clone when needed and add the
`scripts` and/or the `x509-scripts/scripts` directories to the `PATH`, for example:

```shell
git clone --depth 1 https://baltig.infn.it/mw-devel/helper-scripts.git
PATH=$(pwd)/helper-scripts/scripts:$(pwd)/helper-scripts/x509-scripts/scripts:$PATH
```