https://github.com/kassisol/twic
HBM TWIC is an open source project for managing Docker certificates to connect to the Docker daemon using TLS
https://github.com/kassisol/twic
cert certificate docker managing-docker-certificates tls tsa
Last synced: 4 months ago
JSON representation
HBM TWIC is an open source project for managing Docker certificates to connect to the Docker daemon using TLS
- Host: GitHub
- URL: https://github.com/kassisol/twic
- Owner: kassisol
- License: gpl-3.0
- Created: 2017-02-15T11:10:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T11:18:57.000Z (over 3 years ago)
- Last Synced: 2024-06-20T13:34:18.607Z (almost 2 years ago)
- Topics: cert, certificate, docker, managing-docker-certificates, tls, tsa
- Language: Go
- Homepage: http://harbormaster.io/docs/twic/
- Size: 2.9 MB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HBM TWIC
TWIC is an open source project for managing Docker certificates to connect to the Docker daemon using TLS.
1. Add a TSA url and login using credentials.
4. TWIC request a certificate with the auto-generated private key for the profile using the token provided when authenticated to TSA.
2. If user authorized to use the Docker host, TSA sends a token to TWIC.
5. If authorized, CA sends the new certificate to TWIC.
3. User add a new profile to connect to Docker host.
6. User can use new profile to set Docker environment variables for connecting to Docker host using TLS.
## Getting Started & Documentation
All documentation is available on the [Harbormaster website](http://harbormaster.io/docs/twic/).
## User Feedback
### Issues
If you have any problems with or questions about this application, please contact us through a [GitHub](https://github.com/kassisol/twic/issues) issue.