Merge pull request #275 from april/gh-pages

Update certificate lifespan to reflect browser policies
This commit is contained in:
April King 2020-07-22 10:54:11 -05:00 коммит произвёл GitHub
Родитель 39a83d529c eca6117bcb
Коммит 7380fab437
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -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>
@ -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>
@ -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>
@ -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