Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
Fix typos and access policy doc
Browse files Browse the repository at this point in the history
  • Loading branch information
maetthu committed Sep 23, 2018
1 parent 73aca83 commit acce0e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ keyvault-certdeploy uses the [automatic environment authentication from the Azur
Required access policies to vault:
* To push certificates: Secret Get & Set
* To fetch (dump & sync) certificates: Secret Get
* To list certificates: Secret List
* To list certificates: Secret Get & List

## Configuration

Expand Down Expand Up @@ -100,7 +100,7 @@ Usage:
keyvault-certdeploy push <privkey.pem> <fullchain.pem> [flags]
```

To push a certificate to the vault, the push command requires a key- and a certificates file. It's designed to work with the PEM files generated by Let's Encrypt utitilities (privkey.pem & fullchain.pem).
To push a certificate to the vault, the push command requires a key- and a certificates file. It's designed to work with the PEM files generated by Let's Encrypt utilities (privkey.pem & fullchain.pem).

### sync

Expand Down

0 comments on commit acce0e9

Please sign in to comment.