Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions chart/templates/signer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ stringData:
# rfc3161 timestamp authority cert chain + timestamp urls
# at least one required, if multiple, one is selected at random
timestamping:
# time server cert chain (cert + ca cert)
# pkg:// url to load from python package data
- certfile: pkg://authsign.trusted/ts-chain.pem
url: http://freetsa.org/tsr # timeserver URL

- url: {{ .Values.signer.tsr_signing_url | default "http://timestamp.digicert.com/" }} # timeserver URL

# default trusted roots stored in authsign.trusted package
# uncomment to override
Expand Down
5 changes: 4 additions & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -574,12 +574,15 @@ ingress_class: nginx
# optionally enable signer
signer:
enabled: false
image: webrecorder/authsign:0.5.2
image: webrecorder/authsign:0.6.1
# host: <set to signer domain>
# cert_email: "test@example.com
# image_pull_policy: "IfNotPresent"
# auth_token: <set to custom value>

# optional: set to use a custom timestamping service
# tsr_signing_url: http://timestamp.digicert.com/

signer_cpu: "5m"

signer_memory: "50Mi"
Expand Down
Loading