Commit 0653904
committed
flux-keygen: add --name option
Problem: flux-keygen always uses the hostname for the certificate
'name' metadata, but this name is logged when a peer tries to authenticate.
In a system instance, these log messages can be confusing since the peer
is likely not the host that generated the certificate.
Add -n,--name option which allows the certificate name to be set on the
command line.1 parent acd7eb2 commit 0653904
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
70 | | - | |
| 72 | + | |
| 73 | + | |
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| |||
0 commit comments