...

Text file src/github.com/Azure/azure-sdk-for-go/eng/common/testproxy/localhost.conf

Documentation: github.com/Azure/azure-sdk-for-go/eng/common/testproxy

     1[req]
     2prompt                  = no
     3default_bits            = 2048
     4distinguished_name      = subject
     5req_extensions          = req_ext
     6x509_extensions         = x509_ext
     7
     8[ subject ]
     9commonName              = localhost
    10
    11[req_ext]
    12basicConstraints        = critical, CA:true
    13subjectAltName          = @alt_names
    14
    15[x509_ext]
    16basicConstraints        = critical, CA:true
    17keyUsage                = critical, keyCertSign, cRLSign, digitalSignature,keyEncipherment
    18extendedKeyUsage        = critical, serverAuth
    19subjectAltName          = critical, @alt_names
    201.3.6.1.4.1.311.84.1.1  = ASN1:UTF8String:ASP.NET Core HTTPS development certificate # Needed to get it imported by dotnet dev-certs
    21
    22[alt_names]
    23DNS.1                   = localhost

View as plain text