<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Data Security Manager (beta) on Documentation</title>
    <link>/docs/dsm/</link>
    <description>Recent content in Data Security Manager (beta) on Documentation</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="/docs/dsm/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>File System Encryption for Linux</title>
      <link>/docs/dsm/fs_encryption_linux/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/docs/dsm/fs_encryption_linux/</guid>
      <description>&lt;h2 id=&#34;file-system-encryption-for-linux&#34;&gt;File System Encryption for Linux&lt;/h2&gt;&#xA;&lt;p&gt;This is a quick setup guide for File System Encryption (FSE) using Elastx Data Security Manager.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Log in to Elastx DSM &lt;a href=&#34;https://hsm.elastx..cloud&#34;&gt;https://hsm.elastx..cloud&lt;/a&gt; and enter the account you want to use.&lt;/li&gt;&#xA;&lt;li&gt;Create a Group and set a name. A group can contain multiple secrets but if you want to use quorum approvals you can only manage one FSE per group.&lt;/li&gt;&#xA;&lt;li&gt;Create an app and set a name.&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Select the default API Key and the authentication method.&lt;/li&gt;&#xA;&lt;li&gt;Assigning the app to the group you just created.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Get the API Key, select the app you created, under Info &amp;gt; API Key, press the “VIEW API KEY DETAILS” button.&lt;/li&gt;&#xA;&lt;li&gt;Log in to the Linux machine where you want to encrypt data. (These instructions are made for Ubuntu 24.04)&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Install fuse.&lt;br&gt;&#xA;&lt;code&gt;sudo apt install libfuse2&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Download and install the FSE agent.&lt;br&gt;&#xA;&lt;code&gt;wget https://download.fortanix.com/clients/FSE/1.10.147/fortanix-dsm-fseagent-1.10.147.deb&lt;/code&gt;&lt;br&gt;&#xA;&lt;code&gt;sudo apt install ./fortanix-dsm-fseagent-1.10.147.deb&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Create a directory where the configuration and the encrypted files will be stored and a mount point&lt;br&gt;&#xA;&lt;code&gt;sudo mkdir /fse /data&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Configure the file system&lt;br&gt;&#xA;&lt;code&gt;sudo fortanix-dsm-fseagent -dsm -init /fse&lt;/code&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Enter the DSM Endpoint: &lt;a href=&#34;https://hsm.elastx.cloud&#34;&gt;https://hsm.elastx.cloud&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;Enter the Api Key: &amp;lt;api key&amp;gt;&lt;br&gt;&#xA;There is no text echo, paste the key and press enter.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Mount the filesystem&lt;br&gt;&#xA;&lt;code&gt;sudo fortanix-dsm-fseagent --allow_other /fse /data&lt;/code&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Enter the Api Key: &amp;lt;api key&amp;gt;&lt;br&gt;&#xA;(twice)&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;If you want to automatically mount the filesystem at boot do the following.&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Add the API key to file &lt;code&gt;/etc/fse-auto-mount/api_keys/1.conf&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Add the mount command to file &lt;code&gt;/etc/fse-auto-mount/mount_cmd/1.conf&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Reload systemd to apply the changes&lt;br&gt;&#xA;&lt;code&gt;sudo systemctl daemon-reload&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Enable the service&lt;br&gt;&#xA;&lt;code&gt;sudo systemctl enable fse-auto-mount@1.service&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Done&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;You can find the full documentation &lt;a href=&#34;https://fortanix.zendesk.com/hc/en-us/articles/39999217222932-Filesystem-Encryption-for-Linux-Using-Fortanix-Data-Security-Manager-Configuration&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
