Skip to content

Commit

Permalink
Increased default days in radius certificate creations for 365d.
Browse files Browse the repository at this point in the history
  • Loading branch information
louismunro committed Jun 16, 2016
1 parent fcc8cbb commit 940ece0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion raddb/certs/ca.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ private_key = $dir/ca.key
RANDFILE = $dir/.rand
name_opt = ca_default
cert_opt = ca_default
default_days = 60
default_days = 365
default_crl_days = 30
default_md = sha256
preserve = no
Expand Down
2 changes: 1 addition & 1 deletion raddb/certs/server.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ private_key = $dir/server.key
RANDFILE = $dir/.rand
name_opt = ca_default
cert_opt = ca_default
default_days = 60
default_days = 365
default_crl_days = 30
default_md = sha256
preserve = no
Expand Down

0 comments on commit 940ece0

Please sign in to comment.