From d0fb9055195d23fb16eee2a354552c600f358216 Mon Sep 17 00:00:00 2001 From: kjacque95 <102365209+kjacque95@users.noreply.github.com> Date: Fri, 23 Aug 2024 10:21:35 -0500 Subject: [PATCH] Update sample.capi.yaml 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. --- examples/playbook/sample.capi.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/playbook/sample.capi.yaml b/examples/playbook/sample.capi.yaml index aac19082..a47f1e21 100644 --- a/examples/playbook/sample.capi.yaml +++ b/examples/playbook/sample.capi.yaml @@ -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