{{- /* Combined Certificate Template - generates all certificate components from a single PKI call */ -}} {{- with pkiCert "pki_int/issue/breakpilot-internal" "common_name=macmini" "alt_names=localhost,macmini.local" "ip_sans=127.0.0.1,192.168.178.163" "ttl=168h" -}} ===CERT=== {{ .Cert }} ===CA=== {{ .CA }} ===KEY=== {{ .Key }} {{- end -}}