diff options
author | Julien Dessaux | 2021-04-21 11:50:46 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-04-21 11:50:46 +0200 |
commit | 7c1bef2294e0a59aa77e989bb3822849db7fb2f2 (patch) | |
tree | 37642edb61589c9d823e84f48ec5d66348ece187 /content | |
parent | Added article (diff) | |
download | www-7c1bef2294e0a59aa77e989bb3822849db7fb2f2.tar.gz www-7c1bef2294e0a59aa77e989bb3822849db7fb2f2.tar.bz2 www-7c1bef2294e0a59aa77e989bb3822849db7fb2f2.zip |
Added article
Diffstat (limited to 'content')
-rw-r--r-- | content/docs/openbsd/full-disk-encryption.md | 13 |
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. |