validator: add privatekey, derived from username
This commit is contained in:
parent
ad944b9920
commit
10fea52dfe
3 changed files with 9 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ LABEL challenge
|
|||
MENU LABEL ^Enter Challenge
|
||||
KERNEL bzImage
|
||||
INITRD initramfs-challenge.img
|
||||
APPEND console=tty0 quiet
|
||||
APPEND console=tty0 adlin.login={{ .username }} adlin.key={{ .pkey }} quiet
|
||||
text help
|
||||
You are currently identified as {{ .username }}.
|
||||
Please select this menu entry in order to access the tutorial.
|
||||
|
|
|
|||
Reference in a new issue