aboutsummaryrefslogtreecommitdiff
path: root/generate_keys.sh
blob: de80735a48aeca7ba9129ff8245bd5f4deac599f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
set -ex

git clone git://git.openwrt.org/project/usign.git usign
(
cd usign
cmake .
make
)
./usign/usign -G -p key.pub -s key.sec

rm -rf usign