Skip to content

Commit

Permalink
Note on key permissions (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwarzenberger authored Mar 17, 2024
1 parent 17a082d commit 3e6f5a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/client-certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ There are two methods available for requesting and issuing client certificates:
**Approach - developer testing**
* Follow instructions at the end of [GettingStarted](getting-started.md)
* Developer needs an IAM role with permissions to invoke the CA TLS Lambda function
* Protect your private keys, e.g. on Linux / MacOS:
```
chmod 600 ~/certs/client-cert.pem
chmod 600 ~/certs/client-cert-key.pem
```

## Lambda - Amazon EKS or ECS

Expand Down

0 comments on commit 3e6f5a6

Please sign in to comment.