Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix readme main #97

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
certs/
venv/
vm-testing/inventory
vm-testing/vars.yml
Expand All @@ -9,6 +8,11 @@ env/
.venv/
venv/
.env/
certs/*.pem
certs/*.key
certs/*.crt
certs/*.cnf
certs/*.srl
.vagrant
# artifacts/ directory produced by ansible-runner
artifacts/
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ configured in the main.yml

### Postgresql

Create a PostgreSQL database and configure your database credentials in the environment variables, see 'Verifying the deployment section',
Create a PostgreSQL database, run as administrator the script placed in roles/tpa_single_node/templates/configs/init-db.sql
using the dbname, dbuser and dbpassword configured in the environment variables t oprepare the db used by the application, see 'Verifying the deployment section',
other database configurations are in the roles/tpa_single_node/vars/main.yml

### S3 or S3 compatible service like Minio
Expand Down Expand Up @@ -258,7 +259,7 @@ Alternatively vagrant will prompt you to provide the registration username and p

4. Path for TLS certificates files:

Copy your certificate files in `/tmp/rhtpa/certs/` directory using following names:
Copy your certificate files in `certs/` directory using following names:

- trust-cert.crt
- trust-cert.key
Expand Down
5 changes: 5 additions & 0 deletions certs/certs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Copy your certificate files here

- trust-cert.crt
- trust-cert.key
- rootCA.crt