Skip to content

Commit

Permalink
Update server.cnf
Browse files Browse the repository at this point in the history
Move subjectAltName to cerrect place.
  • Loading branch information
xvybihal committed Aug 7, 2019
1 parent 7c1ca6e commit c2a32b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raddb/certs/server.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ localityName = Somewhere
organizationName = Example Inc
emailAddress = admin@example.org
commonName = "Example Server Certificate"
subjectAltName = @alt_names

[ v3_radius ]
basicConstraints = CA:FALSE
keyUsage = nonRepudiation, digitalSignature, keyEncipherment
extendedKeyUsage = 1.3.6.1.5.5.7.3.1
crlDistributionPoints = URI:http://www.example.com/example_ca.crl
authorityInfoAccess = OCSP;URI:http://www.example.org/ocsp
subjectAltName = @alt_names

[ alt_names ]
DNS.1 = radius.example.org

0 comments on commit c2a32b6

Please sign in to comment.