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 7643eda03f
commit 3fc537da0b
1 changed files with 1 additions and 1 deletions

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
`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.
Available for mechanism `CKM_RSA_PKCS_OAEP`. May also be specified by the
`VAULT_HSM_RSA_OAEP_HASH` environment variable.