Sign inSign up

greytip/nifi-ca-cert-generator

By greytip

Updated over 4 years ago

Creates a ca-cert Kubernetes secret using the nifi-toolkit (tls-toolkit).

Image
0

1.1K

greytip/nifi-ca-cert-generator repository overview

Creates a ca-cert Kubernetes secret using the nifi-toolkit (tls-toolkit).

It essential executes the following command:

${NIFI_TOOLKIT_HOME}/bin/tls-toolkit.sh client\
    -c "${CA_NAME}"\
    -p "${CA_PORT}"\
    -t "${TOKEN_FILE}"\
    -D "${DN}"\
    -T "${TYPE}"

You can pass the following environment variables:

VariableDescription
CA_NAME   Name of the Certifying Authority (CA)
CA_PORT
TOKEN_FILE
DN
TYPE

Tag summary

Content type

Image

Digest

Size

113.2 MB

Last updated

over 7 years ago

docker pull greytip/nifi-ca-cert-generator