-
Notifications
You must be signed in to change notification settings - Fork 449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add docker compose for stack deployment #2089
Comments
Hey @VorlMaldor, What are you looking for exactly? Based on the fact you mentioned Portainer, it sounds like it's a regular |
so as it turns out this compose was enough to bring the container up. I received the root/intermediate .crts in /home/step/certs
here is what my /home/step tree looks like: [root@portainer step-ca]# tree
.
├── certs
│ ├── intermediate_ca.crt
│ ├── root_ca.crt
│ ├── ssh_host_ca_key.pub
│ └── ssh_user_ca_key.pub
├── config
│ ├── ca.json
│ └── defaults.json
├── db
│ ├── 000000.vlog
│ ├── 000002.sst
│ ├── KEYREGISTRY
│ ├── LOCK
│ └── MANIFEST
├── secrets
│ ├── intermediate_ca_key
│ ├── password
│ ├── root_ca_key
│ ├── ssh_host_ca_key
│ └── ssh_user_ca_key
└── templates
└── ssh
├── ca.tpl
├── config.tpl
├── known_hosts.tpl
├── sshd_config.tpl
├── step_config.tpl
└── step_includes.tpl
7 directories, 22 files now I am trying to figure out how to get the rest of your instructions to match what my install looks like. |
Hello!
I would like the ability to deploy step-ca with a docker compose file. This would allow me to deploy this as a stack for managers like portainer.
Once the image is deployed in a gui manager it allows less technical people and people that just aren't as familiar with docker to better manage and update these images.
This would also simplify cli deployments as well with the compose file.
Thanks!
The text was updated successfully, but these errors were encountered: