From 6298e41f62efb4445f8f4c7532c9e08e31c4225e Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 27 Jun 2024 21:30:38 +0200 Subject: docs(password): Add documentation on the creation of new service passwords --- notes/passwords.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 notes/passwords.md diff --git a/notes/passwords.md b/notes/passwords.md new file mode 100644 index 0000000..a26bc3e --- /dev/null +++ b/notes/passwords.md @@ -0,0 +1,6 @@ +# Passwords +These are created by running (and leaving everything to the default values, as we assume +they are sound): +```sh +openssl rand -hex 64 | mkpasswd --password-fd=0 | wl-copy +``` -- cgit 1.4.1