{{#if this.replaceCA}}

{{#if this.needsConfig}} Configure CA Certificate {{else}} Replace CA Certificate {{/if}}

{{#if (or this.model.certificate this.model.csr)}} {{#if (not (eq this.model.canParse true))}} {{/if}} {{#each this.model.attrs as |attr|}} {{#if attr.options.masked}} {{else if (and (get this.model attr.name) (or (eq attr.name "issueDate") (eq attr.name "expiryDate")))}} {{else}} {{/if}} {{/each}}
Copy {{if this.model.certificate "Certificate" "CSR"}}
{{else}}
{{#if this.model.uploadPemBundle}} {{/if}}
{{#if this.model.canDeleteRoot}} Delete {{/if}}
{{/if}} {{else if this.signIntermediate}} {{#if (or this.model.certificate)}} {{#each this.model.attrs as |attr|}} {{#if attr.options.masked}} {{else if (and (get this.model attr.name) (or (eq attr.name "issueDate") (eq attr.name "expiryDate")))}} {{else}} {{/if}} {{/each}}
Copy Certificate
{{else}}

Sign intermediate

{{/if}} {{else if this.setSignedIntermediate}}

Set signed intermediate

Submit a signed CA certificate corresponding to a generated private key.