Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Use consistent naming of parameters when creating CA certificate #9

Closed
chromicant opened this issue Mar 7, 2017 · 0 comments
Closed

Comments

@chromicant
Copy link
Contributor

For consistency, should use cacert and cakey options for creating a new CA. In other words, lines 43-44 in cmd/certificate.go should be:

certf := certificateCmd.PersistentFlags().Lookup("cacert").Value.String()
keyf := certificateCmd.PersistentFlags().Lookup("cakey").Value.String()
jsimonetti pushed a commit that referenced this issue Mar 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant