Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
readme steps added
  • Loading branch information
zLukas authored Oct 11, 2023
1 parent 8790fb5 commit b895096
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

Generate tls certificates using Aws infrastructure

# AWS permissions
In order to create AWS infrastructure, copy following permissions: [aws-permission.json](doc/aws-permissions.json)


# AWS
## Prerequisities
In order to create AWS infrastructure, use following policy: [aws-permission.json](doc/aws-permissions.json)
## steps
1. build go binary from `main.go` in `/src/cert-generator/` dir:
`$ GOOS=linux GOARCH=amd64 go build -tags lambda.norpc -o bootstrap main.go`
2. zip pacakge to boostrap.zip
3. place .zip file in `/terraform` dir.
4. customise terraform variables if needed.
5. run terraform apply command.

0 comments on commit b895096

Please sign in to comment.