Skip to content

Commit 08e0ec6

Browse files
authored
Merge pull request #442 from egegunes/8.4
Fix OpenSSL typo
2 parents c7f6cd4 + 4492734 commit 08e0ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/use-keyring-vault-component.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The configuration settings are either in a global configuration file or a local
3333

3434
The component communicates with the [Hashicorp Vault server](https://developer.hashicorp.com/vault/docs/install). Prepare the certificate and key files for a secure HTTPS connection to the server. You must have an organizational Certificate Authority (CA), a private vault key, and certificate for the Hashicorp Vault server instance.
3535

36-
You can use [OpenSL](https://www.openssl.org/docs/man3.0/index.html) to generate these files or use existing files. The key files contain sensitive information. Store these key files and the password used to create each key in a secure location.
36+
You can use [OpenSSL](https://www.openssl.org/docs/man3.0/index.html) to generate these files or use existing files. The key files contain sensitive information. Store these key files and the password used to create each key in a secure location.
3737

3838
You can use the Hashicorp Vault to [build your own CA](https://developer.hashicorp.com/vault/tutorials/secrets-management/pki-engine), if needed, and then create a Hashicorp Vault server certificate.
3939

0 commit comments

Comments
 (0)