Skip to content

Commit

Permalink
fix(core): remove documentation that cached kas pubkey is base64 (#320)
Browse files Browse the repository at this point in the history
Resolves #321
  • Loading branch information
jakedoublev authored Aug 26, 2024
1 parent 23e73b3 commit fce8f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/man/policy/kas-registry/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ can be retrieved for the registered KAS under the `remote` key, such as `https:/
"keys":[
{
// x509 ASN.1 content in PEM envelope, usually
"pem": "base64encodedCert",
"pem": "<your PEM certificate>",
// key identifier
"kid": "<your key id>",
// algorithm (either: 1 for rsa:2048, 2 for ec:secp256r1)
Expand All @@ -54,7 +54,7 @@ can be retrieved for the registered KAS under the `remote` key, such as `https:/

The JSON value passed to the `--public-keys` flag stores the set of public keys for the KAS.

The PEM base64 encoding should contain everything `-----BEGIN CERTIFICATE-----\nMIIB...5Q=\n-----END CERTIFICATE-----\n`.
The PEM value should contain everything `-----BEGIN CERTIFICATE-----\nMIIB...5Q=\n-----END CERTIFICATE-----\n`.

### Local

Expand Down

0 comments on commit fce8f44

Please sign in to comment.