InitialStateConfig

Initial State for shielded instance, these are public keys which are safe to store in public

JSON representation
{
  "pk": {
    object (FileContentBuffer)
  },
  "keks": [
    {
      object (FileContentBuffer)
    }
  ],
  "dbs": [
    {
      object (FileContentBuffer)
    }
  ],
  "dbxs": [
    {
      object (FileContentBuffer)
    }
  ]
}
Fields
pk

object (FileContentBuffer)

The Platform Key (PK).

keks[]

object (FileContentBuffer)

The Key Exchange Key (KEK).

dbs[]

object (FileContentBuffer)

The Key Database (db).

dbxs[]

object (FileContentBuffer)

The forbidden key database (dbx).

FileContentBuffer

JSON representation
{
  "content": string,
  "fileType": enum (FileType)
}
Fields
content

string (bytes format)

The raw content in the secure keys file.

A base64-encoded string.

fileType

enum (FileType)

The file type of source file.

FileType

Enums
UNDEFINED
BIN
X509