summaryrefslogtreecommitdiffstats
path: root/scripts/ca-rebuild.sh
blob: 82a781c28a623afb31fbea26efdb8c52ed855ae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh -x

./firefox-certs-remove.sh
./ca-remove.sh
./core-uninstall.sh
./core-remove-rpms.sh

./core-build.sh

./core-install.sh
./ca-create.sh
./firefox-certs-import.sh