Skip to content

Commit

Permalink
remove kafka cert generation from cert_generator script
Browse files Browse the repository at this point in the history
  • Loading branch information
nasark committed Apr 9, 2023
1 parent 504c330 commit d0c75fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/cert_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def generate_cert(dest, *sans)

c = CertGenerator.new
c.generate_cert("httpd")
c.generate_cert("kafka")
c.generate_cert("memcached")
c.generate_cert("postgresql")

Expand Down

0 comments on commit d0c75fb

Please sign in to comment.