This website requires JavaScript.
Explore
Help
Sign In
jandd
/
cacert-gosignerclient
Watch
1
Star
0
Fork
You've already forked cacert-gosignerclient
0
Code
Issues
Pull requests
Projects
Releases
Packages
Activity
eb92755ef6
cacert-gosignerclient
/
.gitignore
9 lines
76 B
Text
Raw
Normal View
History
Unescape
Escape
Initial signer client implementation This commit adds the project setup and implements a basic signer client that sends health check commands to the signer.
2022-11-29 15:23:16 +00:00
*Pty
/.idea/
/config.yaml
/dist/
Implement CA certificate information handling Change the behaviour of the client to use the new CAInfoCommand support in cacert-gosigner. The client has a new mechanism to generate new commands as reaction to received responses. This functionality is used to retrieve CA certificate information when certificates previously unknown to the client appear and to trigger CRL retrieval for new certificates. New CA certificates announced by the signer are detected and information is retrieved. The retrieved CA certificate is stored alongside the CRL files in a configurable directory (defaults to "public" in the working directory of the signerclient process).
2022-12-03 10:52:32 +00:00
/public/
Implement CRL and Health response handling - add callback support to client and handler - implement support for updating the CA certificates and profiles from health data of the signer - implement CRL retrieval from the signer including delta CRL support - implement error response handling - add configurable start and interval timers for health and CRL data
2022-11-30 17:56:57 +00:00
/signerclient
Update all dependencies This commit updates versions of all external dependencies. The change to the COBSFramer in cacert-gosigner lead to a change in the client package.
2022-12-02 08:14:24 +00:00
go.work
go.work.sum
Reference in a new issue
Copy permalink