Step ca leaf data patch (#15210)

* Change issuingCertificateURL and crlDistributionPoints format

* Patch leaf_data.tpl to fix formatting issue

Remove square brackets from leaf_data.tpl template file.

* Update provisioners with x509 template data

Added a patch for updating provisioners with template data.
This commit is contained in:
Joerg Heinemann
2026-06-19 13:35:17 +02:00
committed by GitHub
parent b8a16454cd
commit 7e64f1b2d7
2 changed files with 18 additions and 2 deletions
+2 -2
View File
@@ -183,8 +183,8 @@ cat <<EOF >"$X509LeafTemplateData"
"country": "${PKICountry}",
"organization": "${PKIName}",
"organizationalUnit": "${PKIOrganizationalUnit}",
"issuingCertificateURL": ["https://${FQDN}${LISTENER}/intermediates.pem"],
"crlDistributionPoints": ["https://${FQDN}${LISTENER}/crl"]
"issuingCertificateURL": "https://${FQDN}${LISTENER}/intermediates.pem",
"crlDistributionPoints": "https://${FQDN}${LISTENER}/crl"
}
EOF