Creates a ca-cert Kubernetes secret using the nifi-toolkit (tls-toolkit).
1.1K
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:
| Variable | Description |
|---|---|
| CA_NAME | Name of the Certifying Authority (CA) |
| CA_PORT | |
| TOKEN_FILE | |
| DN | |
| TYPE |
Content type
Image
Digest
Size
113.2 MB
Last updated
over 7 years ago
docker pull greytip/nifi-ca-cert-generator