Skip to content

Commit

Permalink
Rename a key
Browse files Browse the repository at this point in the history
Signed-off-by: Ashwini Oruganti <[email protected]>
  • Loading branch information
ashfall committed May 16, 2017
1 parent 3fd28c6 commit 90d25ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fixtures/regenerateTestingCerts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ cfssl gencert -ca=ca.pem -ca-key=ca-key.pem -config=ca-config.json -profile=clie

# Copy keys over to ../fixtures/database/[...] and ../notarysql/postgresql-initdb.d/[...]
cp ca.pem ../database/
cp server-key.pem ../database/server-key.pem
cp notary-signer.pem ../database/
cp notary-signer-key.pem ../database/
cp notary-server.pem ../database
cp notary-server-key.pem ../database/
Expand All @@ -208,6 +208,6 @@ cp ca.pem ../../notarysql/postgresql-initdb.d/root.crt
cp server.pem ../../notarysql/postgresql-initdb.d/server.crt
cp server-key.pem ../../notarysql/postgresql-initdb.d/server.key

# remove the cfssl dir
# remove the working dir
cd ..
rm -rf cfssl

0 comments on commit 90d25ff

Please sign in to comment.