{{#if @model.id}} {{! Model only has ID once form has been submitted and saved }}
Next steps Copy the CSR below for a parent issuer to sign and then import the signed certificate back into this mount. {{#if @model.privateKey}} The private_key is only available once. Make sure you copy and save it now. {{/if}} {{#each this.showFields as |fieldName|}} {{#let (find-by "name" fieldName @model.allFields) as |attr|}} {{#let (get @model attr.name) as |value|}} {{#if (and attr.options.masked value)}} {{else if (eq attr.name "keyId")}} {{@model.keyId}} {{else}} {{! this block only ever renders privateKey and privateKeyType }} {{or value "internal"}} {{/if}} {{/let}} {{/let}} {{/each}}
{{else}}
{{#each this.formFields as |field|}} {{/each}}
{{#if this.alert}}
{{/if}}
{{/if}}