Commit Graph

5 Commits

Author SHA1 Message Date
Gibheer bc410d2d10 overall cleanup and bugfixing
This commit fixes some minor issues with self signed certificates. On
the way to that fix, some other issues were fixed, which I can't
remember.
This also adds a couple of log output to make it easier to understand,
what actually happens in the daemon.
2017-07-28 14:45:56 +02:00
Gibheer 1cdac69f4b wire up the CA implementation
With this version, the certificates are now using the supplied CA
mechanism.
2017-07-15 00:57:03 +02:00
Gibheer 0586796bf5 add basic certificate support
This is the first draft of the basic certificate support. Some fields
need to be shown when inspecting a certificate, but it should work fine
for now.
2017-06-06 23:03:42 +02:00
Gibheer bc84bc4a28 add location support
This commit adds basic support for adding, deleting, ... locations. This
needed a bit of rework for the ResourceName, as it was kind of stupid to
have different implementations server internally and in the lib.

There is still some need for cleanup, but it works basically.
2017-05-31 21:03:51 +02:00
Gibheer 039f72c3d5 initial commit
The basic server and client are working and it is possible to add, list,
show, set and remove subjects.

Locations are not yet written to the filesystem yet and need to be
fixed.
2017-05-28 11:33:04 +02:00