Certificates Cipher text says what?

{{ certificate.id }}
  • {{ certificate.name }}
  • {{ certificate.owner }}
{{ certificate.authority.name || certificate.issuer }} {{ certificate.cn }}
Basic Info
Creator
{{ certificate.user.email }}
Owner
{{ certificate.owner }}
Description
{{ certificate.description }}
Certificate Authority
{{ certificate.authority ? certificate.authority.name : "Imported" }} ({{ certificate.issuer }})
Serial
Decimal: {{ certificate.serial }}
Valid From
{{ certificate.notBefore }} ({{ momentService.createMoment(certificate.notBefore) }})
Valid To
{{ certificate.notAfter }} ({{ momentService.createMoment(certificate.notAfter) }})
SAN
Key Length
{{ certificate.bits }}
Signing Algorithm
{{ certificate.signingAlgorithm }}
Validity
Unknown Revoked Valid
Endpoints
    • {{ endpoint.name }}
    • {{ endpoint.dnsname }}
Notifications
  • {{ notification.label }} {{ notification.description}}
Roles
  • {{ role.name }} {{ role.description}}
Destinations
  • {{ destination.label }} {{ destination.description }}
Domains Replaces
  • {{ replaces.name }}

    {{ replaces.description }}

Chain
{{ certificate.chain }}
CSR
{{ certificate.csr }}
Public Certificate
{{ certificate.body }}
Private Key
{{ certificate.privateKey }}