File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ func NewTLSInstallCommand(streams genericclioptions.IOStreams) *cobra.Command {
30
30
Use : "tls" ,
31
31
DisableFlagsInUseLine : true ,
32
32
Short : "Generate and install TLS material to be used with the Falco gRPC server" ,
33
- Long : `Falco runs with mutually encrypted TLS by default.
33
+ Long : `Falco gRPC server runs with mutually encrypted TLS by default.
34
34
35
- This command is a convenience to not only generate the TLS material - but also drop it off on the local filesystem.` ,
35
+ This command is a convenience to not only generate the TLS material, but also drop it off on the local filesystem.` ,
36
36
RunE : func (cmd * cobra.Command , args []string ) error {
37
37
logger .Critical ("this command only works on machines running a linux kernel" )
38
38
Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ func NewTLSInstallCommand(streams genericclioptions.IOStreams) *cobra.Command {
53
53
Use : "tls" ,
54
54
DisableFlagsInUseLine : true ,
55
55
Short : "Generate and install TLS material to be used with the Falco gRPC server" ,
56
- Long : `Falco runs with mutually encrypted TLS by default.
56
+ Long : `Falco gRPC server runs with mutually encrypted TLS by default.
57
57
58
- This command is a convenience to not only generate the TLS material - but also drop it off on the local filesystem.` ,
58
+ This command is a convenience to not only generate the TLS material, but also drop it off on the local filesystem.` ,
59
59
RunE : func (cmd * cobra.Command , args []string ) error {
60
60
g := tls .NewGRPCTLSGenerator (o .country , o .org , o .name )
61
61
err := g .Generate ()
You can’t perform that action at this time.
0 commit comments