9 lines
158 B
Bash
9 lines
158 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
node tests/generate-csr.js
|
|
node tests/generate-key.js
|
|
node tests/generate-key-new.js
|
|
node tests/generate-sig.js
|
|
node tests/reciprocate.js
|