ref: 3d63f1a8c222ab2870b2509539f04f8c5fa4ca8b
parent: bbbf6d2012412e25a334dbd98d039733ace1c8ce
author: jrmu <jrmu@cloud9p.org>
date: Fri Oct 4 16:50:39 EDT 2024
Rearrange order of instructions, secstored should first be configured to start at boot
--- a/secstore.ms
+++ b/secstore.ms
@@ -1,3 +1,11 @@
+To start secstored at boot on the auth server:
+
+; mkdir /cfg/$sysname
+
+Then:
+
+; echo 'auth/secstored' >> /cfg/$sysname/cpurc
+
To create new accounts or to change secstore password:
; auth/secuser -v $username
@@ -11,14 +19,6 @@
You can retrieve the file by running:
; auth/secstore -v -i -g $file
-
-To start secstored at boot on the auth server:
-
-; mkdir /cfg/$sysname
-
-Then:
-
-; echo 'auth/secstored' >> /cfg/$sysname/cpurc
We can add the file factotum to the secstore: