Skip to content

Commit

Permalink
added new hostapd patch (show each users in log)
Browse files Browse the repository at this point in the history
  • Loading branch information
syakesaba committed Oct 12, 2014
1 parent a3bc3dd commit de3c156
Show file tree
Hide file tree
Showing 4 changed files with 3,386 additions and 24 deletions.
24 changes: 12 additions & 12 deletions certs/ca.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@ commonName = supplied
emailAddress = optional

[ req ]
prompt = no
distinguished_name = certificate_authority
default_bits = 2048
input_password = whatever
output_password = whatever
x509_extensions = v3_ca
prompt = no
distinguished_name = certificate_authority
default_bits = 2048
input_password = whatever
output_password = whatever
x509_extensions = v3_ca

[certificate_authority]
countryName = FR
stateOrProvinceName = Radius
localityName = Somewhere
organizationName = Example Inc.
emailAddress = [email protected]
commonName = "Example Certificate Authority"
countryName = US
stateOrProvinceName = Maryland
localityName = Security
organizationName = National Security Agency Gov.
emailAddress = [email protected]
commonName = "National Security Agency Certificate Authority"

[v3_ca]
subjectKeyIdentifier = hash
Expand Down
12 changes: 6 additions & 6 deletions certs/client.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ input_password = whatever
output_password = whatever

[client]
countryName = FR
stateOrProvinceName = Radius
localityName = Somewhere
organizationName = Example Inc.
emailAddress = [email protected]
commonName = [email protected]
countryName = US
stateOrProvinceName = Maryland
localityName = Security
organizationName = National Security Agency Gov.
emailAddress = [email protected]
commonName = "National Security Agency Certificate Authority"
13 changes: 7 additions & 6 deletions certs/server.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ input_password = whatever
output_password = whatever

[server]
countryName = FR
stateOrProvinceName = Radius
localityName = Somewhere
organizationName = Example Inc.
emailAddress = [email protected]
commonName = "Example Server Certificate"
countryName = US
stateOrProvinceName = Maryland
localityName = Security
organizationName = National Security Agency Gov.
emailAddress = [email protected]
commonName = "National Security Agency Certificate Authority"


Loading

0 comments on commit de3c156

Please sign in to comment.