2021-04-21 11:50:46 +02:00
|
|
|
---
|
|
|
|
title: Full Disk Encryption on OpenBSD
|
|
|
|
description: How to configure full disk encryption for a new OpenBSD install
|
2021-09-13 00:48:07 +02:00
|
|
|
tags:
|
|
|
|
- OpenBSD
|
2021-04-21 11:50:46 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
## 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.
|