Split out content to many smaller files

And add markmaker.py to generate workshop.md
This commit is contained in:
Jérôme Petazzoni
2017-10-09 16:56:23 +02:00
parent ac523e0f14
commit f8888bf16a
32 changed files with 8519 additions and 19 deletions
+16
View File
@@ -0,0 +1,16 @@
# Secrets management and encryption at rest
(New in Docker Engine 1.13)
- Secrets management = selectively and securely bring secrets to services
- Encryption at rest = protect against storage theft or prying
- Remember:
- control plane is authenticated through mutual TLS, certs rotated every 90 days
- control plane is encrypted with AES-GCM, keys rotated every 12 hours
- data plane is not encrypted by default (for performance reasons),
<br/>but we saw earlier how to enable that with a single flag