mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-06-19 22:11:21 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user