forked from OpenSecurityResearch/hostapd-wpe
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added new hostapd patch (show each users in log)
- Loading branch information
Showing
4 changed files
with
3,386 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
||
|
Oops, something went wrong.