Skip to content

Commit

Permalink
Added some docs for allow_expired_crl
Browse files Browse the repository at this point in the history
As mentioned on the mailing list today: omission might confuse people
  • Loading branch information
herwinw committed Oct 2, 2017
1 parent 7c46ef5 commit 5a6674c
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 5a6674c

Please sign in to comment.