docs: spelling (#6799)

Fixed spelling: Specifiy/Specify.
This commit is contained in:
Justin Weissig
2019-05-30 19:20:57 -07:00
committed by Jim Kalafut
parent 1d56d0dde1
commit a2e155b8d4

View File

@@ -135,7 +135,7 @@ These parameters apply to the `seal` stanza in the Vault configuration file:
`CKM_RSA_PKCS_OAEP` and `CKM_RSA_PKCS`. May also be specified by the `CKM_RSA_PKCS_OAEP` and `CKM_RSA_PKCS`. May also be specified by the
`VAULT_HSM_RSA_ENCRYPT_LOCAL` environment variable. `VAULT_HSM_RSA_ENCRYPT_LOCAL` environment variable.
- `rsa_oaep_hash` `(string: "sha256")`: Specifiy the hash algorithm to use for RSA - `rsa_oaep_hash` `(string: "sha256")`: Specify the hash algorithm to use for RSA
with OAEP padding. Valid values are sha1, sha224, sha256, sha384, and sha512. with OAEP padding. Valid values are sha1, sha224, sha256, sha384, and sha512.
Available for mechanism `CKM_RSA_PKCS_OAEP`. May also be specified by the Available for mechanism `CKM_RSA_PKCS_OAEP`. May also be specified by the
`VAULT_HSM_RSA_OAEP_HASH` environment variable. `VAULT_HSM_RSA_OAEP_HASH` environment variable.