Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Store full path immediately | Simo Sorce | 2014-04-11 | 1 | -6/+5 |
| | | | | | | | | Allows to query .key and .cert to e used to find the files on the system directly w/o having to know what path was previously used to initialize the class. Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | If no path is provided use current directory | Simo Sorce | 2014-04-11 | 1 | -1/+4 |
| | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Move accessory functions to a generic tools module | Simo Sorce | 2014-04-11 | 1 | -0/+57 |
This will allow to easly share the module with install tools, without the need to install server side modules in clients Signed-off-by: Simo Sorce <simo@redhat.com> |