Skip to content

Commit

Permalink
Remove the script to initialize the private CA
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-szlapa committed Feb 12, 2024
1 parent 7d8c44a commit 3a3ad62
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 370 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ This is the AWS layer that provides an API for Clinical Prescription Tracker.
- `packages/common/testing` Module that contains some test data used for tests in other modules.
- `packages/sandbox/` Returns [static data](./packages/sandbox/examples/GetMyPrescriptions/Bundle/success.json) from the Sandbox.
- `packages/statusLambda/` Returns the status of the getMyPrescriptions endpoint.
- `privateCA/` Contains script to create self signed CA certificate and a client certificate used for mutual TLS.
- `SAMtemplates/` Contains the SAM templates used to define the stacks.
- `scripts/` Utilities helpful to developers of this specification.
- `.devcontainer` Contains a dockerfile and vscode devcontainer definition.
Expand Down
6 changes: 0 additions & 6 deletions privateCA/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions privateCA/README.md

This file was deleted.

257 changes: 0 additions & 257 deletions privateCA/create_certs.sh

This file was deleted.

92 changes: 0 additions & 92 deletions privateCA/openssl-ca.conf

This file was deleted.

0 comments on commit 3a3ad62

Please sign in to comment.