diff options
| author | rfjakob | 2020-02-29 20:52:02 +0100 | 
|---|---|---|
| committer | rfjakob | 2020-02-29 20:52:02 +0100 | 
| commit | 747e987c70ab507890b782ae952d2ffacea31c2f (patch) | |
| tree | 4e2d763e546dba90cfec792e72a2ef7ae1a52ee0 | |
| parent | f76fb0c6b99a7688b730e16f2968029eaec05aac (diff) | |
Updated Recreate gocryptfs.conf using masterkey (markdown)
| -rw-r--r-- | Recreate-gocryptfs.conf-using-masterkey.md | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Recreate-gocryptfs.conf-using-masterkey.md b/Recreate-gocryptfs.conf-using-masterkey.md index e7527e6..05bf42f 100644 --- a/Recreate-gocryptfs.conf-using-masterkey.md +++ b/Recreate-gocryptfs.conf-using-masterkey.md @@ -1,6 +1,6 @@  If you lose your `gocryptfs.conf` but have saved your masterkey, you can create a new `gocryptfs.conf` like this: -* Use `gocryptfs -init` to create a new config file (password does not matter) +* Use `gocryptfs -init` on a temporary directory to create a new config file (password does not matter)  * Then use `gocryptfs -passwd -masterkey` to override the masterkey and set a new password  ### Complete example  | 
