Skip to content

Commit

Permalink
Fix generate cert sp
Browse files Browse the repository at this point in the history
  • Loading branch information
daimoc committed Dec 22, 2022
1 parent 1ee33bc commit 5706e38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/generate_cert_sp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@ EOT

openssl req -new -x509 -config sp-cert.cnf -text -out sp-cert.pem -days 3650

if [ ! -d "../config/cert/" ]; then
mkdir ../config/cert/
fi

rm sp-cert.cnf
mv sp-* ../config/cert

0 comments on commit 5706e38

Please sign in to comment.