gusto 97c3076e57
DA: Feasability test for large number of udp connections (#5)
* Client and server setup for testing increasing number of connections over udp

* Add results and conclusions

* Move udp poc to the same directory as network poc

* Add readme for subnets pocs
2024-07-22 21:15:48 +03:00

36 lines
1009 B
INI

[ req ]
default_bits = 2048
distinguished_name = req_distinguished_name
req_extensions = req_ext
x509_extensions = v3_ca
[ req_distinguished_name ]
countryName = Country Name
countryName_default = US
stateOrProvinceName = State or Province Name
stateOrProvinceName_default = California
localityName = Locality Name
localityName_default = San Francisco
organizationName = Organization Name
organizationName_default = My Company
organizationalUnitName = Organizational Unit Name
organizationalUnitName_default = IT Department
commonName = Common Name
commonName_default = localhost
[ req_ext ]
subjectAltName = @alt_names
[ v3_ca ]
subjectAltName = @alt_names
authorityKeyIdentifier=keyid,issuer
basicConstraints = CA:TRUE
keyUsage = digitalSignature, keyEncipherment
extendedKeyUsage = serverAuth
[ alt_names ]
DNS.1 = bacv.org
DNS.2 = localhost
IP.1 = 145.239.92.79
IP.2 = 127.0.0.1