Skip to content

Commit

Permalink
Update sample.capi.yaml
Browse files Browse the repository at this point in the history
Where sanDNS was currently located it was being ignored.  it needed to be bumped out of the subject for the CSR.  Additionally, if it is located here it will do nothing and throw no errors.  I also and an extra \ into LocalMachine\\My.  in the current example it only had one which won't work and will confuse new users.
  • Loading branch information
kjacque95 committed Aug 23, 2024
1 parent c58963f commit d0fb905
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/playbook/sample.capi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ certificateTasks:
orgUnits:
- engineering
- marketing
sanDNS:
- '{{ Hostname | ToLower -}}.{{- Env "USERDNSDOMAIN" | ToLower }}'
- sqldb.example.com
sanDNS:
- '{{ Hostname | ToLower -}}.{{- Env "USERDNSDOMAIN" | ToLower }}'
- sqldb.example.com
zone: "Open Source\\vcert"
installations:
- format: CAPI
capiLocation: LocalMachine\MY
capiLocation: LocalMachine\\MY
capiFriendlyName: Venafi vCert Managed - MSSQL TLS
capiIsNonExportable: True

0 comments on commit d0fb905

Please sign in to comment.