TWIC is an open source project for managing Docker certificates to connect to the Docker daemon using TLS.
- Add a TSA url and login using credentials.
- TWIC request a certificate with the auto-generated private key for the profile using the token provided when authenticated to TSA.
- If user authorized to use the Docker host, TSA sends a token to TWIC.
- If authorized, CA sends the new certificate to TWIC.
- User add a new profile to connect to Docker host.
- User can use new profile to set Docker environment variables for connecting to Docker host using TLS.
All documentation is available on the Harbormaster website.
If you have any problems with or questions about this application, please contact us through a GitHub issue.