7 lines
95 B
Bash
7 lines
95 B
Bash
#!/bin/sh
|
|
|
|
# Runs some basic operational testing
|
|
|
|
cd easyrsa3 || exit 1
|
|
sh -x easyrsa init-pki
|