mirror of
https://github.com/hashicorp/vault.git
synced 2026-04-21 22:27:16 -04:00
english tweaks
This commit is contained in:
parent
4ce975bb36
commit
71ad0989ac
1 changed files with 5 additions and 5 deletions
|
|
@ -242,11 +242,11 @@ endpoints.
|
|||
|
||||
### Varying Public Certificates
|
||||
|
||||
The AWS public certificate, which contains the public key used to verify the
|
||||
PKCS#7 signature, varies for different AWS regions. The primary AWS public
|
||||
certificate, which covers most AWS regions, is already included in Vault and
|
||||
does not need to be added. Instances whose PKCS#7 signatures cannot be
|
||||
verified by the default public certificate included in Vault, can register a
|
||||
The AWS public certificate, which contains the public key used to verify the
|
||||
PKCS#7 signature, varies for different AWS regions. The primary AWS public
|
||||
certificate, which covers most AWS regions, is already included in Vault and
|
||||
does not need to be added. Instances whose PKCS#7 signatures cannot be
|
||||
verified by the default public certificate included in Vault can register a
|
||||
different public certificate which can be found [here]
|
||||
(http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-identity-documents.html),
|
||||
via the `auth/aws-ec2/config/certificate/<cert_name>` endpoint.
|
||||
|
|
|
|||
Loading…
Reference in a new issue