Skip to content

Commit

Permalink
Update CA to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwarzenberger committed Jun 21, 2024
1 parent 3cff3f3 commit 56d07dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Cloud CA demonstration built using AWS CA Terraform Module

## IMPORTANT
If cloning this repository to use as a basis for your own CA, it's essential that you:
* Update to the latest version of the CA
* Delete the CSR files in the [csr directory](./certs/dev/csrs/)
* Delete references to these files in [locals.tf](./locals.tf) and [tls.json](./certs/dev/tls.json)
* Replace the contents of [revoked.json](./certs/dev/revoked.json) with an empty list `[]`
Expand Down
2 changes: 1 addition & 1 deletion ca.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "certificate_authority" {
source = "serverless-ca/ca/aws"
version = "1.3.1"
version = "1.4.0"

hosted_zone_domain = var.hosted_zone_domain
hosted_zone_id = data.aws_route53_zone.public.zone_id
Expand Down

0 comments on commit 56d07dc

Please sign in to comment.