Skip to content

Certificate

saq.sandwich.proto.api.v1.Certificate

Description

An X509 certificate.

The ASN1DataSource message is used to specify the source of the certificate.

message Certificate {
  oneof source {
    // Static source of bytes.
    //
    // See also [ASN1DataSource](ASN1DataSource.md).
    ASN1DataSource static = 1;
  }
}

Fields

oneof source

no description provided

oneof source {
    // Static source of bytes.
    //
    // See also [ASN1DataSource](ASN1DataSource.md).
    ASN1DataSource static = 1;
  }

static

Static source of bytes.

See also ASN1DataSource.

ASN1DataSource static = 1;