We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Oct 5 13:28:24 reg-l-epp2 adm.internet.ee[25008]: [ca61d31d-542a-4a76-aee6-9e5b10619fc4] [reg-l-adm.infra] [192.168.2.45] FAILED TO CREATE CLIENT CERTIFICATE Oct 5 13:28:24 reg-l-epp2 adm.internet.ee[25008]: [ca61d31d-542a-4a76-aee6-9e5b10619fc4] [reg-l-adm.infra] [192.168.2.45] ca: Option unknown option -md sha256#012ca: Use -help for summary.
there seems to be a typo in the code
registry/app/models/certificate.rb
Line 86 in 3a90b52
instead of '-md sha256' should be '-md', 'sha256'
'-md sha256'
'-md', 'sha256'
The text was updated successfully, but these errors were encountered:
vohmar
Successfully merging a pull request may close this issue.
there seems to be a typo in the code
registry/app/models/certificate.rb
Line 86 in 3a90b52
instead of
'-md sha256'
should be'-md', 'sha256'
The text was updated successfully, but these errors were encountered: