github.com/verrazzano/verrazzano@v1.7.0/platform-operator/scripts/install/config/istio_intermediate_ca_config.txt (about)

     1  # Copyright (c) 2020, 2022, Oracle and/or its affiliates.
     2  # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
     3  [ req ]
     4  distinguished_name  = req_distinguished_name
     5  prompt              = no
     6  x509_extensions     = v3_ca
     7  
     8  [ req_distinguished_name ]
     9  countryName                     = US
    10  stateOrProvinceName             = CA
    11  0.organizationName              = Oracle Corporation
    12  commonName                      = Intermediate CA
    13  
    14  [ v3_ca ]
    15  subjectKeyIdentifier = hash
    16  authorityKeyIdentifier = keyid:always,issuer
    17  basicConstraints = critical, CA:true
    18  keyUsage = critical, digitalSignature, cRLSign, keyCertSign