mirror of https://github.com/docker/docs.git
Merge pull request #893 from docker/docs-typo
fix access typos, close 833 (cherry picked from commit 41c5dd3248dfeee0213b104b0cfc95b473164ec1)
This commit is contained in:
parent
0517d5728e
commit
a6fda67663
|
@ -344,7 +344,7 @@ decrypted key depends on the type and combination of keys that were compromised
|
|||
|
||||
No other keys are needed, since the attacker can just any rotate or all of them to ones that they
|
||||
generate. With these keys, they can set up a mirror to serve malicious data - any malicious data
|
||||
at all, given that they have acess to all the keys.
|
||||
at all, given that they have access to all the keys.
|
||||
|
||||
- **Decrypted Root Key + none or any combination of decrypted keys + Notary Service write-capable credentials**
|
||||
|
||||
|
|
|
@ -143,7 +143,7 @@ type yubikeySigner struct {
|
|||
}
|
||||
|
||||
// NewYubiPrivateKey returns a YubiPrivateKey, which implements the data.PrivateKey
|
||||
// interface except that the private material is inacessible
|
||||
// interface except that the private material is inaccessible
|
||||
func NewYubiPrivateKey(slot []byte, pubKey data.ECDSAPublicKey,
|
||||
passRetriever notary.PassRetriever) *YubiPrivateKey {
|
||||
|
||||
|
|
Loading…
Reference in New Issue