File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -493,6 +493,21 @@ This option may be specified multiple times, each time it will add two
493
493
arguements ` -t ` ` OPTION ` to ` fido2-assert ` .
494
494
See ` man fido2-assert ` to check supported options.
495
495
496
+ Examples:
497
+
498
+ Creating a filesystem with no pin verification:
499
+
500
+ gocryptfs -init -fido2 DEVICE_PATH -fido2-assert-option pin=false CIPHERDIR
501
+
502
+ Creating a filesystem with both user presence and pin verification:
503
+
504
+ gocryptfs -init -fido2 DEVICE_PATH -fido2-assert-option uv=true -fido2-assert-option pin=true CIPHERDIR
505
+
506
+ Creating a filesystem with both user presence and user verification:
507
+
508
+ gocryptfs -init -fido2 DEVICE_PATH -fido2-assert-option up=true -fido2-assert-option uv=true CIPHERDIR
509
+
510
+
496
511
#### -masterkey string
497
512
Use an explicit master key specified on the command line or, if the special
498
513
value "stdin" is used, read the masterkey from stdin, instead of reading
You can’t perform that action at this time.
0 commit comments