Skip to content

Commit 76d5b01

Browse files
Merge pull request BetterCloud#84 from BetterCloud/integrationTestFixes
Fixes openssl->libressl typo
2 parents b97023d + 8bb6dfa commit 76d5b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test-integration/resources/startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ openssl req -newkey rsa:1024 -nodes -out vault-csr.pem -keyout vault-privkey.pem
2121
# Create an X509 certificate for the Vault server
2222
echo 000a > serialfile
2323
touch certindex
24-
openssl ca -batch -config openssl.conf -notext -in vault-csr.pem -out vault-cert.pem
24+
openssl ca -batch -config libressl.conf -notext -in vault-csr.pem -out vault-cert.pem
2525
# Configure SSL at the OS level to trust the new certs
2626
cp root-cert.pem vault-cert.pem /usr/local/share/ca-certificates
2727
# Clean up temp files

0 commit comments

Comments
 (0)