Skip to content

Commit

Permalink
Merge pull request #13 from securesign/slavek.kabrda/fix-fulcio-ctlog…
Browse files Browse the repository at this point in the history
…-url

Fix syntax of ctlog url passed to fulcio server
  • Loading branch information
tommyd450 authored Jul 17, 2024
2 parents 0a80960 + ff1502d commit ce2a559
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
- /var/run/fulcio-secrets/cert.pem
- --fileca-key-passwd
- "{{ tas_single_node_fulcio_ca_passphrase }}"
- --ct-log-url="http://ctlog-pod:6962/{{ tas_single_node_ct_logprefix }}"
- "--ct-log-url=http://ctlog-pod:6962/{{ tas_single_node_ct_logprefix }}"
env:
- name: SSL_CERT_DIR
value: /certs
Expand Down

0 comments on commit ce2a559

Please sign in to comment.