Skip to content

Commit

Permalink
review module options
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwarzenberger committed Jan 25, 2024
1 parent 5ffbc4d commit a57355a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
It's very important to implement your certificate authority (CA) in a secure way:

* each CA should be in a dedicated AWS account
* carefully select CA options for this module:
* use ECDSA algorithms rather than RSA (default)
* don't make CRL public unless needed (default)
* review other options from a security perspective
* very carefully control AWS IAM principals and permissions
* restrict permissions allowing invocation of all Lambda functions
* limit access to CA source code repository and CI/CD pipeline
Expand Down

0 comments on commit a57355a

Please sign in to comment.