Skip to content

Is it typo? #2

@EunKyung-Kim

Description

@EunKyung-Kim

This is the step in cluster3 of Setup.

According to your scenario, this should be about setup of istio-private-ingressgateway. Below sample describes istio-private-egressgateway.

cat > ./certificate3.conf <<EOF
[ req ]
encrypt_key = no
prompt = no
utf8 = yes
default_md = sha256
req_extensions = req_ext
x509_extensions = req_ext
distinguished_name = req_dn
[ req_ext ]
subjectKeyIdentifier = hash
basicConstraints = critical, CA:false
keyUsage = critical, digitalSignature, nonRepudiation
extendedKeyUsage = serverAuth
subjectAltName = critical, @san
[req_dn]
O=example Inc., department 3
CN=c3.example.com
[ san ]
URI.1 = spiffe://c3.example.com/istio-private-egressgateway
EOF

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