File: ci_setup.sh

package info (click to toggle)
nethsm-pkcs11 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,248 kB
  • sloc: ansic: 1,511; sh: 943; makefile: 31
file content (19 lines) | stat: -rwxr-xr-x 355 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#/bin/sh

set -e

echo "Provisioning the HSM"

./tools/provision.sh
./tools/create_operator.sh
./tools/create_aes_key.sh
./tools/create_brainpool_keys.sh
./tools/create_ec_p256_key.sh
./tools/create_ec_p384_key.sh
./tools/create_ec_p521_key.sh
./tools/create_ec_p256k1_key.sh
./tools/create_ed_key.sh
./tools/create_rsa_key.sh
./tools/create_web_key.sh