Skip to content

Commit b0d09c4

Browse files
authored
Merge pull request #309 from jyn514/protocool
Add missing tags to protocol reference
2 parents 1a9e350 + bbb1c46 commit b0d09c4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,14 @@ The following tag values are possible for items:
6060
0x01 - Certificate Digest,
6161
0x02 - Server Name Indication,
6262
0x03 - Client's IP address,
63+
0x04 - Subject Key Identifier for the requested key,
64+
0x05 - Server's IP address,
65+
0x06 - Certificate ID,
6366
0x11 - Opcode,
6467
0x12 - Payload,
6568
0x13 - CustomFuncName, (for use with opcode 0x24)
69+
0x14 - Supplemental payload, whose meaning is not specified and must be predetermined between the server and client,
70+
0x15 - Binary encoded Jaeger span (https://www.jaegertracing.io/docs/1.19/client-libraries/#value)
6671

6772
A requests contains a header and the following items:
6873

@@ -209,7 +214,7 @@ $ go install github.com/cloudflare/gokeyless/cmd/gokeyless/...
209214

210215
## Running
211216

212-
The the keyserver for Keyless SSL consists of a single binary file, `gokeyless`. When you run the binary, it will first check for a `gokeyless.yaml` file in the current working directory, falling back to the system wide file located at `/etc/keyless/gokeyless.yaml` (the default configuration file will be placed there if you install via one of the `.deb` or `.rpm` packages).
217+
The keyserver for Keyless SSL consists of a single binary file, `gokeyless`. When you run the binary, it will first check for a `gokeyless.yaml` file in the current working directory, falling back to the system wide file located at `/etc/keyless/gokeyless.yaml` (the default configuration file will be placed there if you install via one of the `.deb` or `.rpm` packages).
213218

214219
You should add your Cloudflare account details to the configuration file, and optionally customize the location of the private key directory. Most users should not need to modify the remaining defaults.
215220

0 commit comments

Comments
 (0)