go.temporal.io/server@v1.23.0/common/auth/testdata/localhost.cnf (about)

     1  [ req ]
     2  default_bits        = 2048
     3  prompt              = no
     4  default_md          = sha256
     5  distinguished_name  = dn
     6  req_extensions      = req_ext
     7  
     8  [ dn ]
     9  CN                  = localhost
    10  
    11  [ req_ext ]
    12  subjectAltName      = @alt_names
    13  
    14  [ alt_names ]
    15  DNS.1               = localhost
    16  IP.1                = 127.0.0.1
    17  # Add more SANs if needed