...

Text file src/github.com/google/s2a-go/testdata/config.cnf

Documentation: github.com/google/s2a-go/testdata

     1[req]
     2distinguished_name = req_distinguished_name
     3req_extensions = req_ext
     4
     5[req_distinguished_name]
     6countryName                     = Country Name (2 letter code)
     7stateOrProvinceName             = State or Province Name (full name)
     8localityName                    = Locality Name (eg, city)
     9organizationalUnitName          = Organizational Unit Name (eg, section)
    10commonName                      = Common Name (eg, your name or your server\'s hostname)
    11emailAddress                    = Email Address
    12
    13[req_ext]
    14subjectAltName = @alt_names
    15
    16[alt_names]
    17IP.1 = ::

View as plain text