Commit Graph

8 Commits

Author SHA1 Message Date
eb38f915f6 add todo item
This was found out when playing around with CSRs and deleting a
dependency. No error was raised, which was weird.
2017-06-03 22:04:50 +02:00
08f39fad0a add csr support
This adds support for certificate sign requsts.
2017-06-03 22:01:55 +02:00
b9456bfd8b add public key support
This adds public key support. This also moves some of the type files
around or removes it, because they weren't used anymore.
2017-06-03 21:56:32 +02:00
92020d30b7 remove stale code in comments 2017-06-01 15:11:23 +02:00
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
bc8e1353af add private key handling
This also contains a couple fixes to the subject part.
2017-05-28 23:55:39 +02:00
b9c2539073 move subject related server functions to subject 2017-05-28 21:36:16 +02:00
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