drawbridge 0.4.2

Drawbridge library.
Documentation
[req]
distinguished_name = req_distinguished_name
prompt = no
req_extensions = v3_req
x509_extensions = server_crt

[req_distinguished_name]
C   = US
ST  = North Carolina
L   = Raleigh
O   = Profian
CN  = localhost

[server_crt]
nsCertType = server
nsComment = "Server Certificate"
subjectAltName = @alt_names

[alt_names]
DNS.1 = localhost
DNS.2 = *.localhost
IP.1 = 127.0.0.1
IP.2 = ::1

[v3_req]
basicConstraints = CA:FALSE
extendedKeyUsage = serverAuth
keyUsage = digitalSignature, nonRepudiation, keyEncipherment