github.com/operator-framework/operator-lifecycle-manager@v0.30.0/pkg/lib/filemonitor/testdata/cert-config/csr-new.conf (about)

     1  [ req ]
     2  default_bits = 2048
     3  prompt = no
     4  default_md = sha256
     5  req_extensions = req_ext
     6  distinguished_name = dn
     7  
     8  [ dn ]
     9  C = US
    10  ST = NY
    11  L = New York City
    12  O = Red Hat
    13  OU = OpenShift
    14  CN = 127.0.0.1
    15  
    16  [ req_ext ]
    17  subjectAltName = @alt_names
    18  
    19  [ alt_names ]
    20  DNS.1 = localhost
    21  IP.1 = 127.0.0.1
    22  
    23  [ v3_ext ]
    24  authorityKeyIdentifier=keyid,issuer:always
    25  basicConstraints=CA:FALSE
    26  keyUsage=keyEncipherment,dataEncipherment
    27  extendedKeyUsage=serverAuth,clientAuth
    28  subjectAltName=@alt_names