diff --git a/fixtures/regenerateTestingCerts.sh b/fixtures/regenerateTestingCerts.sh index c8dbe498e..029c09b3a 100755 --- a/fixtures/regenerateTestingCerts.sh +++ b/fixtures/regenerateTestingCerts.sh @@ -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/ @@ -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