17 lines
943 B
Markdown
17 lines
943 B
Markdown
|
# Préparation: TLS/SSL
|
||
|
|
||
|
## Problématiques
|
||
|
|
||
|
- Quels sont les principes de fonctionnement du protocole TLS ? Quel est son historique ?
|
||
|
- Qu'est ce qu'un certificat ? À quoi sert il ?
|
||
|
- Quel est le rôle d'une autorité de certification ?
|
||
|
- Qu'est ce que le protocole ACME ? À quoi sert il ? Quels sont ses principes généraux de fonctionnement ?
|
||
|
|
||
|
## Bibliographie
|
||
|
|
||
|
- [Transport Security Layer - Wikipédia](https://en.wikipedia.org/wiki/Transport_Layer_Security)
|
||
|
- [TLS 1.2 - IETF - RFC 5246](https://tools.ietf.org/html/rfc5246)
|
||
|
- [X.509 Public Key Infrastructure Certificate - IETF - RFC5280](https://tools.ietf.org/html/rfc5280)
|
||
|
- [ACME Protocol - IETF - Draft](https://datatracker.ietf.org/doc/draft-ietf-acme-acme/)
|
||
|
- [Working with OpenSSL](https://www.digitalocean.com/community/tutorials/openssl-essentials-working-with-ssl-certificates-private-keys-and-csrs)
|
||
|
- [Boulder - An ACME CA - Github](https://github.com/letsencrypt/boulder)
|