Skip to content

Commit

Permalink
Merge pull request #275 from april/gh-pages
Browse files Browse the repository at this point in the history
Update certificate lifespan to reflect browser policies
  • Loading branch information
april authored Jul 22, 2020
2 parents 39a83d5 + eca6117 commit 7380fab
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Server_Side_TLS.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ For services with clients that support TLS 1.3 and don't need backward compatibi
* Certificate type: '''ECDSA (P-256)'''
* TLS curves: '''X25519, prime256v1, secp384r1'''
* HSTS: '''max-age=63072000''' (two years)
* Maximum certificate lifespan: '''90 days'''
* Certificate lifespan: '''90 days'''
* Cipher preference: '''client chooses'''
<source>
Expand All @@ -108,7 +108,7 @@ For services with clients that support TLS 1.3 and don't need backward compatibi
* Certificate type: '''ECDSA (P-256)''' (recommended), or '''RSA (2048 bits)'''
* DH parameter size: '''2048''' (ffdhe2048, [https://tools.ietf.org/html/rfc7919#appendix-A.1 RFC 7919])
* HSTS: '''max-age=63072000''' (two years)
* Maximum certificate lifespan: '''90 days''' (recommended) to '''2 years'''
* Certificate lifespan: '''90 days''' (recommended) to '''366 days'''
* Cipher preference: '''client chooses'''
<source>
Expand Down Expand Up @@ -147,7 +147,7 @@ This configuration is compatible with a number of very old clients, and should b
* Certificate curve: '''None'''
* DH parameter size: '''1024''' (generated with <tt>openssl dhparam 1024</tt>)
* HSTS: '''max-age=63072000''' (two years)
* Maximum certificate lifespan: '''90 days''' (recommended) to '''2 years'''
* Certificate lifespan: '''90 days''' (recommended) to '''366 days'''
* Cipher preference: '''server chooses'''
<source>
Expand Down Expand Up @@ -202,6 +202,10 @@ This configuration is compatible with a number of very old clients, and should b
! Editor
! Changes
|-
| style="text-align: center;" | 5.5
| style="text-align: center;" | April King
| Update certificate lifespan to reflect browser policy changes
|-
| style="text-align: center;" | 5.3
| style="text-align: center;" | April King
| Bump links to point to 5.3 guidelines, since it fixes a small JSON error
Expand Down

0 comments on commit 7380fab

Please sign in to comment.