Skip to content

Commit

Permalink
Merge pull request #2084 from herwinw/allow_expired_crl_docs
Browse files Browse the repository at this point in the history
Added some docs for allow_expired_crl
  • Loading branch information
alandekok committed Oct 2, 2017
2 parents c11f679 + 5a6674c commit 415dbcf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions raddb/mods-available/eap
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,10 @@ eap {

ca_path = ${cadir}

# Accept an expired Certificate Revocation List
#
# allow_expired_crl = no

#
# If check_cert_issuer is set, the value will be checked
# against the DN of the issuer in the client certificate. If
Expand Down
4 changes: 4 additions & 0 deletions raddb/mods-available/eap_inner
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ eap inner-eap {
ca_path = ${cadir}
# check_cert_issuer = "/C=GB/ST=Berkshire/L=Newbury/O=My Company Ltd"
# check_cert_cn = %{User-Name}

# Accept an expired Certificate Revocation List
#
# allow_expired_crl = no
}

## EAP-TLS
Expand Down
4 changes: 4 additions & 0 deletions raddb/sites-available/tls
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ server radsec {
# check_crl = yes
ca_path = ${cadir}

# Accept an expired Certificate Revocation List
#
# allow_expired_crl = no

#
# If check_cert_issuer is set, the value will
# be checked against the DN of the issuer in
Expand Down

0 comments on commit 415dbcf

Please sign in to comment.