Skip to content

Commit ec5b4cf

Browse files
authored
docs: update keyless signing example (#2681)
Signed-off-by: Vikram Vaswani <2571660+vvaswani@users.noreply.github.com>
1 parent 2f54503 commit ec5b4cf

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

deployment/chainloop/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -406,17 +406,19 @@ Then you can configure your deployment values with:
406406
controlplane:
407407
keylessSigning:
408408
enabled: true
409-
backends:
410-
- fileCA:
409+
backends:
410+
- issuer: true
411+
type: fileCA
412+
fileCA:
411413
cert: |
412414
-----BEGIN CERTIFICATE-----
413415
...
414416
-----END CERTIFICATE-----
415417
key: |
416-
-----BEGIN ENCRYPTED PRIVATE KEY-----
418+
-----BEGIN ENCRYPTED PRIVATE KEY-----
417419
...
418420
-----END ENCRYPTED PRIVATE KEY-----
419-
keyPass: "REDACTED"
421+
keyPass: "REDACTED"
420422
```
421423

422424
### Configure a Timestamp Authority for attestation timestamping
@@ -489,7 +491,7 @@ chainloop config save \
489491
--artifact-cas cas.acme.com:443
490492
```
491493

492-
### Use the built-in Dex Instance in development mode
494+
### Use the built-in Dex Instance in development mode
493495

494496
In development mode, a Dex instance is deployed by default, to use it, you need configure it in the `values.yaml` file like this:
495497

0 commit comments

Comments
 (0)