Skip to content

Commit

Permalink
Fix file paths
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 0047134 commit 3fd28c6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions fixtures/regenerateTestingCerts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,15 +198,15 @@ echo '{"CN":"signer","hosts":[""],"key":{"algo":"rsa","size":2048}}' > notary-si
cfssl gencert -ca=ca.pem -ca-key=ca-key.pem -config=ca-config.json -profile=client notary-signer.json | cfssljson -bare notary-signer

# Copy keys over to ../fixtures/database/[...] and ../notarysql/postgresql-initdb.d/[...]
cp ca.pem ../fixtures/database/
cp server-key.pem ../fixtures/database/server-key.pem
cp notary-signer-key.pem ../fixtures/database/
cp notary-server.pem ../fixtures/database
cp notary-server-key.pem ../fixtures/database/

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
cp ca.pem ../database/
cp server-key.pem ../database/server-key.pem
cp notary-signer-key.pem ../database/
cp notary-server.pem ../database
cp notary-server-key.pem ../database/

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
cd ..
Expand Down

0 comments on commit 3fd28c6

Please sign in to comment.