Skip to content
This repository was archived by the owner on Jan 4, 2023. It is now read-only.

Add steps for creating TLS certificates for Istio #97

@jmound

Description

@jmound

Currently, deploy-app.sh includes a section that configures Istio to use Istio supplied certificates:

kubectl create secret generic cacerts -n istio-system \
--from-file=${SRC_PATH}/istio-${ISTIO_VERSION}/samples/certs/ca-cert.pem \
--from-file=${SRC_PATH}/istio-${ISTIO_VERSION}/samples/certs/ca-key.pem \
--from-file=${SRC_PATH}/istio-${ISTIO_VERSION}/samples/certs/root-cert.pem \
--from-file=${SRC_PATH}/istio-${ISTIO_VERSION}/samples/certs/cert-chain.pem

It would be helpful to add steps that facilitate creating and using self-generated certificates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions