We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b97023d + 8bb6dfa commit 76d5b01Copy full SHA for 76d5b01
src/test-integration/resources/startup.sh
@@ -21,7 +21,7 @@ openssl req -newkey rsa:1024 -nodes -out vault-csr.pem -keyout vault-privkey.pem
21
# Create an X509 certificate for the Vault server
22
echo 000a > serialfile
23
touch certindex
24
-openssl ca -batch -config openssl.conf -notext -in vault-csr.pem -out vault-cert.pem
+openssl ca -batch -config libressl.conf -notext -in vault-csr.pem -out vault-cert.pem
25
# Configure SSL at the OS level to trust the new certs
26
cp root-cert.pem vault-cert.pem /usr/local/share/ca-certificates
27
# Clean up temp files
0 commit comments