-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port certificates generating command from secure-forward #1818
Conversation
Awesome and Thank you @cosmo0920, Just one comment on this, how do I configure.
like I did it in my repo ,
|
They are hard-coded for now. |
If make these values configurable, need to use |
bin/fluent-ca-generate
Outdated
#!/usr/bin/env ruby | ||
|
||
$LOAD_PATH.unshift(File.join(__dir__, 'lib')) | ||
require 'fileutils' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This require
should be in lib/fluent/command/ca_generate.rb
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops.
@cosmo0920 How about adding options? Default is same with existing one. |
I added options which are requested by @ashishtilara. |
Thank you @cosmo0920 :) |
dd3f56b
to
3ce4c6e
Compare
Thx! |
I ported secure-forward's certificates generating command from fluent-plugin-secure-forward.
Fix #1795