Skip to content

Commit

Permalink
Document why we are not passing the config to cfssl serve
Browse files Browse the repository at this point in the history
  • Loading branch information
rambo committed Feb 11, 2024
1 parent bcae192 commit 60142f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion files/cfssl-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ cfssl serve -address=$CFSSL_BIND_ADDRESS -port $CFSSL_BIND_PORT \
-responder="${RUN_OCSP_CERT}" -responder-key="${RUN_OCSP_KEY}" \
-int-bundle "${RUN_INTER_CA}" -ca-bundle "${RUN_CA}" \
-loglevel 0

# If we give this config to serve we get [WARNING] failed to sign request: {"code":5100,"message":"Invalid policy: no key usage available"}
# But when we use it at CLI it works fine. WTF....
# -config "${RUN_CA_CFSSL_CONF}" \

#
# Exit/restart/crash
Expand Down

0 comments on commit 60142f5

Please sign in to comment.