summaryrefslogtreecommitdiff
path: root/content/blog/2020/email-server-extras.md
diff options
context:
space:
mode:
authorPrefetch2020-04-30 04:02:16 +0200
committerPrefetch2020-04-30 04:02:16 +0200
commitc3ff543b2b2b254f4583bc72dd1e16278729bc92 (patch)
tree5057a832c0b43bf59c1b8faf133a7fe257f997bf /content/blog/2020/email-server-extras.md
parent28888cb59652be266f971a75c7b205de7263b270 (diff)
Add level to table of contents
Diffstat (limited to 'content/blog/2020/email-server-extras.md')
-rw-r--r--content/blog/2020/email-server-extras.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/blog/2020/email-server-extras.md b/content/blog/2020/email-server-extras.md
index 47d826e..2af52a4 100644
--- a/content/blog/2020/email-server-extras.md
+++ b/content/blog/2020/email-server-extras.md
@@ -218,7 +218,7 @@ You can configure OpenSMTPD to request a client certificate
for sending emails, as a second factor for authentication.
-#### Creating certificates
+#### Certificates
We need to start with some cryptography to create and verify certificates.
I recommend that you do all of this on your trusted *client* device,
@@ -268,7 +268,7 @@ If you want to multiple client certificates,
just repeat the last few steps for each one.
-#### Server configuration
+#### Server
OpenSMTPD needs to verify the validity of client certificates
using the CA's public certificate, so you should copy that
@@ -290,7 +290,7 @@ The magic word here is "`verify`", which tells OpenSMTPD
to ask for a client certificate and to verify it using the given CA.
-#### Client configuration
+#### Client
Now you won't be able to send emails if your client doesn't
present its certificate to the server!