- {{ 'Country' | translate }}:
- {{ certificate.country || '--' }}
- {{ 'State' | translate }}:
- {{ certificate.state || '--' }}
- {{ 'City' | translate }}:
- {{ certificate.city || '--' }}
- {{ 'Organization' | translate }}:
- {{ certificate.organization || '--' }}
- {{ 'Organizational Unit' | translate }}:
- {{ certificate.organizational_unit || '--' }}
- {{ 'Email' | translate }}:
- {{ certificate.email || '--' }}
- {{ 'Type' | translate }}:
- {{ certificate.cert_type }}
- {{ 'Path' | translate }}:
- {{ certificate.root_path }}
- {{ 'Digest Algorithm' | translate }}:
- {{ certificate.digest_algorithm }}
- {{ 'Key Length' | translate }}:
- {{ certificate.key_length }}
- {{ 'Key Type' | translate }}:
- {{ certificate.key_type }}
- {{ 'Until' | translate }}:
- {{ certificate.until }}
- {{ 'Issuer' | translate }}:
- {{ issuer }}
- {{ 'Revoked' | translate }}:
- {{ certificate.revoked }}
- {{ 'Signed By' | translate }}:
- {{ certificate.signedby?.name || '--' }}
- {{ 'Signed Certificates' | translate }}:
- {{ signedCertificates }}
- {{ 'Lifetime' | translate }}:
- {{ certificate.lifetime }}