-
Notifications
You must be signed in to change notification settings - Fork 61
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
Allow pgagroal-admin
to specify where to store the master key password file
#419
Comments
The management TLS files are also loaded from there... |
@palak-chaturvedi is working on this |
v001-Adding_File_Name.patch |
@fluca1978 @jesperpedersen This a branch in my github. |
@palak-chaturvedi you should create a pull request for this, please. |
Ok I will |
You are free to propose the solution you think is the best, and can also improve it later after a review. But let's go with calm and see your idea first. |
created a pull request. |
Added master key file location in pgagroal.conf agroal#419 Added master key file location in pgagroal.conf agroal#419 -2
Remove remote connection part from the admin.c Added -m flag
Remove remote connection part from the admin.c Added -m flag Added multiple error types for master key
When
pgagroal-admin
is invoked to generate a master key, i.e., with themaster-key
command, it generates the file into$HOME/.pgagroal/master,key
, and such location is not configurable.Users could require to store the private
pgagroal
stuff into another location, for example `/.config.There is therefore the need for
pgagroal-admin
to have a command line option for themaster-key
command to specifiy where to put (and hence, read from) the master key file.The text was updated successfully, but these errors were encountered: