aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/docs/openbsd/full-disk-encryption.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/content/docs/openbsd/full-disk-encryption.md b/content/docs/openbsd/full-disk-encryption.md
new file mode 100644
index 0000000..2cfb4d3
--- /dev/null
+++ b/content/docs/openbsd/full-disk-encryption.md
@@ -0,0 +1,13 @@
+---
+title: Full Disk Encryption on OpenBSD
+description: How to configure full disk encryption for a new OpenBSD install
+---
+
+## Introduction
+
+Activating full disk encryption is quite easy on OpenBSD, you just have to :
+- boot the installer
+- drop to a shell
+- follow https://www.openbsd.org/faq/faq14.html#softraidFDE
+
+Yes this article is mostly a RTFM, I wrote it so that I do not have to google for the right faq entry.