Skip to content

Commit

Permalink
Merge pull request #40 from Venafi/update-doc-for-emea
Browse files Browse the repository at this point in the history
Update doc for emea
  • Loading branch information
marcos-albornoz authored Sep 14, 2023
2 parents 6d8d013 + 784bca7 commit f20c4ed
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion roles/certificate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@ For more information about Ansible Galaxy, go to https://galaxy.ansible.com/docs
zone: 'Business App\\Enterprise CIT'
EOF
```
**Venafi as a Service EU**:
```sh
cat <<EOF >>credentials.yml
url: 'https://api.venafi.eu'
token: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'
zone: 'Business App\\Enterprise CIT'
EOF
```
The certificate role supports the following connection and credential settings:
Expand All @@ -76,7 +86,7 @@ For more information about Ansible Galaxy, go to https://galaxy.ansible.com/docs
| `test_mode` | When "true", the role operates without connecting to Trust Protection Platform or Venafi as a Service |
| `token` | Venafi as a Service API key |
| `trust_bundle` | Text file containing trust anchor certificates in PEM (text) format, generally required for Trust Protection Platform |
| `url` | Venafi service URL (e.g. "https://tpp.venafi.example"), generally only applicable to Trust Protection Platform |
| `url` | Venafi service URL (e.g. "https://tpp.venafi.example") |
| `user` | **[DEPRECATED]** Trust Protection Platform WebSDK username, use `access_token` if possible |
| `zone` | Policy folder for TPP or Application name and Issuing Template API Alias for VaaS (e.g. "Business App\Enterprise CIT") |
Expand Down
12 changes: 11 additions & 1 deletion roles/policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ For more information about Ansible Galaxy, go to https://galaxy.ansible.com/docs
zone: 'Business App\\Enterprise CIT'
EOF
```
**Venafi as a Service EU**:
```sh
cat <<EOF >>credentials.yml
url: 'https://api.venafi.eu'
token: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'
zone: 'Business App\\Enterprise CIT'
EOF
```
The policy role supports the following connection and credential settings:
Expand All @@ -63,7 +73,7 @@ For more information about Ansible Galaxy, go to https://galaxy.ansible.com/docs
| `test_mode` | When "true", the role operates without connecting to Trust Protection Platform or Venafi as a Service |
| `token` | Venafi as a Service API key |
| `trust_bundle` | Text file containing trust anchor certificates in PEM (text) format, generally required for Trust Protection Platform |
| `url` | Venafi service URL (e.g. "https://tpp.venafi.example"), generally only applicable to Trust Protection Platform |
| `url` | Venafi service URL (e.g. "https://tpp.venafi.example") |
| `user` | **[DEPRECATED]** Trust Protection Platform WebSDK username, use `access_token` if possible |
| `zone` | Policy folder for TPP or Application name and Issuing Template API Alias for VaaS (e.g. "Business App\Enterprise CIT") |
Expand Down

0 comments on commit f20c4ed

Please sign in to comment.