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

Updated playbook examples with associated device location #409

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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: 6 additions & 0 deletions examples/playbook/sample.capi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ certificateTasks:
- engineering
- marketing
zone: "Open Source\\vcert"
location:
instance: server1.domain.test # device object name
replace: true # Replace device object
tlsAddress: server1.domain.test:8443 # TLS validation endpoint
workload: AppName # application object name
zone: "Installations\\mydevices" # Policy folder location for device object
installations:
- format: CAPI
location: "LocalMachine\MY"
Expand Down
7 changes: 7 additions & 0 deletions examples/playbook/sample.pem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ certificateTasks:
- engineering
- marketing
zone: "Open Source\\vcert"
location:
instance: server1.domain.test # device object name
replace: true # Replace device object
tlsAddress: server1.domain.test:8443 # TLS validation endpoint
workload: AppName # application object name
zone: "Installations\\mydevices" # Policy folder location for device object

installations:
- format: PEM
file: "/path/to/my/certificate/cert.pem"
Expand Down
6 changes: 6 additions & 0 deletions examples/playbook/sample.pkcs12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ certificateTasks:
- engineering
- marketing
zone: "Open Source\\vcert"
location:
instance: server1.domain.test # device object name
replace: true # Replace device object
tlsAddress: server1.domain.test:8443 # TLS validation endpoint
workload: AppName # application object name
zone: "Installations\\mydevices" # Policy folder location for device object
installations:
- format: PKCS12
file: "/path/to/my/certificate/cert.p12"
Expand Down